aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-07-20perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter2-19/+8
2022-07-20perf inject: Add support for injecting guest sideband eventsAdrian Hunter2-1/+1059
2022-07-20perf tools: Add reallocarray_as_needed()Adrian Hunter2-0/+48
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter5-2/+27
2022-07-20perf tools: Make has_kcore_dir() work also for guest kcore_dirAdrian Hunter1-9/+15
2022-07-20perf tools: Remove also guest kcore_dir with host kcore_dirAdrian Hunter1-2/+35
2022-07-20perf script python: intel-pt-events: Add machine_pid and vcpuAdrian Hunter1-5/+27
2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter1-1/+10
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter4-7/+35
2022-07-20perf dlfilter: Add machine_pid and vcpuAdrian Hunter3-0/+32
2022-07-20perf script: Add machine_pid and vcpuAdrian Hunter2-1/+17
2022-07-20perf session: Use sample->machine_pid to find guest machineAdrian Hunter1-1/+3
2022-07-20perf tools: Add machine_pid and vcpu to perf_sampleAdrian Hunter3-1/+16
2022-07-20perf tools: Add guest_cpu to hypervisor threadsAdrian Hunter3-0/+20
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 Hunter3-17/+75
2022-07-20perf buildid-cache: Do not require purge files to also be in the file systemAdrian Hunter1-5/+2
2022-07-20perf buildid-cache: Add guestmount'd files to the build ID cacheAdrian Hunter2-20/+63
2022-07-20perf script: Add --dump-unsorted-raw-trace optionAdrian Hunter2-0/+11
2022-07-20perf tools: Add perf_event__synthesize_id_sample()Adrian Hunter2-0/+48
2022-07-20perf tools: Factor out evsel__id_hdr_size()Adrian Hunter3-27/+29
2022-07-20perf tools: Export perf_event__process_finished_round()Adrian Hunter2-8/+8
2022-07-20perf ordered_events: Add ordered_events__last_flush_time()Adrian Hunter1-0/+6
2022-07-20perf tools: Export dsos__for_each_with_build_id()Adrian Hunter2-6/+6
2022-07-19perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones4-1/+62
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo15-46/+110
2022-07-17perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao1-0/+2
2022-07-17perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter1-14/+4
2022-07-17perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter1-3/+6
2022-07-12perf lock: Look up callchain for the contended locksNamhyung Kim1-4/+156
2022-07-12perf record: Allow to specify max stack depth of fp callchainNamhyung Kim2-6/+17
2022-07-12perf lock: Handle lock contention tracepointsNamhyung Kim1-0/+137
2022-07-12perf lock: Add lock contention tracepoints record supportNamhyung Kim1-7/+69
2022-07-12perf lock: Skip print_bad_events() if nothing badNamhyung Kim1-0/+7
2022-07-12perf lock: Allow to use different kernel symbolsNamhyung Kim2-0/+11
2022-07-12perf lock: Print wait times with unitNamhyung Kim1-8/+40
2022-07-12perf test: Add test for branch stack samplingGerman Gomez1-0/+114
2022-07-12perf test: Make all metrics test more tolerantIan Rogers1-16/+31
2022-07-12perf test: Add debug line to diagnose broken metricsIan Rogers1-0/+1
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim1-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim1-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou1-1/+1
2022-06-29perf jevents: Remove jevents.cIan Rogers8-2019/+2
2022-06-29perf jevents: Switch build to use jevents.pyIan Rogers4-2/+189
2022-06-29perf jevents: Add python converter scriptIan Rogers3-0/+448
2022-06-29perf python: Prefer python3Ian Rogers1-4/+4
2022-06-28perf bpf: 8 byte align bpil dataIan Rogers1-3/+2
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim3-1/+24
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim1-6/+14