summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/session.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter2024-02-081-0/+11
* perf machine thread: Remove exited threads by defaultIan Rogers2023-11-091-0/+5
* perf tools: Add branch counter knobKan Liang2023-11-091-2/+13
* perf tools: Convert to perf_record_header_attr_id()Namhyung Kim2023-08-291-2/+2
* perf machine: Make delete_threads part of machine__exitIan Rogers2023-06-121-6/+0
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf util: Move perf_guest/host declarationsIan Rogers2023-04-101-1/+1
* perf record: Record dropped sample countNamhyung Kim2023-03-151-1/+2
* perf session: Show branch speculation info in raw dumpSandipan Das2023-02-021-2/+3
* perf session: Avoid calling lseek(2) for pipeNamhyung Kim2023-02-011-2/+7
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+2
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-051-1/+1
* perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-1/+2
* perf cpumap: Add range data encodingIan Rogers2022-10-041-0/+5
* perf branch: Extend branch type classificationAnshuman Khandual2022-10-041-1/+1
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-191-14/+21
* perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-191-15/+15
* perf tools: Automatically use guest kcore_dir if presentAdrian Hunter2022-07-201-0/+2
* perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter2022-07-201-0/+4
* perf session: Use sample->machine_pid to find guest machineAdrian Hunter2022-07-201-1/+3
* perf tools: Add guest_cpu to hypervisor threadsAdrian Hunter2022-07-201-0/+18
* perf session: Create guest machines from id_indexAdrian Hunter2022-07-201-0/+31
* perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter2022-07-201-5/+35
* perf tools: Export perf_event__process_finished_round()Adrian Hunter2022-07-201-8/+4
* perf record: Add finished init eventAdrian Hunter2022-06-231-0/+4
* perf tools: Add guest_code supportAdrian Hunter2022-05-231-0/+7
* perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
* perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter2022-04-281-1/+1
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-091-3/+12
* perf session: Print branch stack entry type in --dump-raw-traceJames Clark2022-03-071-2/+3
* perf report: Output data file name in raw trace dumpAlexey Bayduraev2022-02-101-29/+46
* perf session: Load data directory files for analysisAlexey Bayduraev2022-02-101-0/+133
* perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-5/+5
* perf arch: Support register names from all archsGerman Gomez2021-12-161-12/+13
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-261-2/+2
|\
| * perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev2021-10-141-2/+2
* | perf session: Introduce reader EOF functionAlexey Bayduraev2021-10-251-1/+7
* | perf session: Introduce reader return codesAlexey Bayduraev2021-10-251-3/+8
* | perf session: Move the event read code to a separate functionAlexey Bayduraev2021-10-251-15/+31
* | perf session: Move unmap code to reader__mmapAlexey Bayduraev2021-10-251-17/+13
* | perf session: Move reader map code to a separate functionAlexey Bayduraev2021-10-251-15/+28
* | perf session: Move init/release code to separate functionsAlexey Bayduraev2021-10-251-13/+32
* | perf session: Introduce decompressor in reader objectAlexey Bayduraev2021-10-251-14/+25
* | perf session: Move all state items to reader objectAlexey Bayduraev2021-10-251-28/+35
* | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-201-0/+5
|/
* perf session: Report collisions in AUX recordsSuzuki K Poulose2021-09-031-0/+9
* perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-021-4/+4
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-2/+3