summaryrefslogtreecommitdiff
path: root/tools/perf/util/session.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers1-0/+21
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers1-3/+2
2024-02-09perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter1-0/+11
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers1-0/+5
2023-11-09perf tools: Add branch counter knobKan Liang1-2/+13
2023-08-29perf tools: Convert to perf_record_header_attr_id()Namhyung Kim1-2/+2
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers1-6/+0
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1
2023-04-11perf util: Move perf_guest/host declarationsIan Rogers1-1/+1
2023-03-15perf record: Record dropped sample countNamhyung Kim1-1/+2
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das1-2/+3
2023-02-02perf session: Avoid calling lseek(2) for pipeNamhyung Kim1-2/+7
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-0/+2
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-1/+1
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers1-1/+2
2022-10-04perf cpumap: Add range data encodingIan Rogers1-0/+5
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual1-1/+1
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim1-14/+21
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-15/+15
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter1-0/+2
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter1-0/+4
2022-07-20perf session: Use sample->machine_pid to find guest machineAdrian Hunter1-1/+3
2022-07-20perf tools: Add guest_cpu to hypervisor threadsAdrian Hunter1-0/+18
2022-07-20perf session: Create guest machines from id_indexAdrian Hunter1-0/+31
2022-07-20perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter1-5/+35
2022-07-20perf tools: Export perf_event__process_finished_round()Adrian Hunter1-8/+4
2022-06-23perf record: Add finished init eventAdrian Hunter1-0/+4
2022-05-23perf tools: Add guest_code supportAdrian Hunter1-0/+7
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li1-5/+21
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter1-1/+1
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-03-07perf session: Print branch stack entry type in --dump-raw-traceJames Clark1-2/+3
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev1-29/+46
2022-02-10perf session: Load data directory files for analysisAlexey Bayduraev1-0/+133
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza1-1/+2
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-2/+2
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-5/+5
2021-12-16perf arch: Support register names from all archsGerman Gomez1-12/+13
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+2
2021-10-25perf session: Introduce reader EOF functionAlexey Bayduraev1-1/+7
2021-10-25perf session: Introduce reader return codesAlexey Bayduraev1-3/+8
2021-10-25perf session: Move the event read code to a separate functionAlexey Bayduraev1-15/+31
2021-10-25perf session: Move unmap code to reader__mmapAlexey Bayduraev1-17/+13
2021-10-25perf session: Move reader map code to a separate functionAlexey Bayduraev1-15/+28
2021-10-25perf session: Move init/release code to separate functionsAlexey Bayduraev1-13/+32
2021-10-25perf session: Introduce decompressor in reader objectAlexey Bayduraev1-14/+25
2021-10-25perf session: Move all state items to reader objectAlexey Bayduraev1-28/+35
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter1-0/+5
2021-10-14perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev1-2/+2
2021-09-03perf session: Report collisions in AUX recordsSuzuki K Poulose1-0/+9