aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-07-26perf kwork: Add workqueue kwork record supportYang Jihong3-2/+17
2022-07-26perf kwork: Add softirq kwork record supportYang Jihong3-2/+17
2022-07-26perf kwork: Add irq kwork record supportYang Jihong3-2/+16
2022-07-26perf kwork: New tool to trace time properties of kernel work (such as softirq...Yang Jihong7-0/+250
2022-07-25perf data: Add missing unistd.h header needed for pid_tArnaldo Carvalho de Melo1-0/+1
2022-07-25perf lock: Support -t option for 'contention' subcommandNamhyung Kim2-2/+24
2022-07-25perf lock: Add -k and -F options to 'contention' subcommandNamhyung Kim2-11/+55
2022-07-25perf lock: Add 'contention' subcommandNamhyung Kim2-2/+214
2022-07-25perf lock: Add lock aggregation enumNamhyung Kim1-20/+94
2022-07-25perf lock: Add flags field in the lock_statNamhyung Kim1-9/+13
2022-07-25perf test: Add test for #system_tsc_freq in metricsIan Rogers1-0/+13
2022-07-25perf tsc: Add cpuinfo fall back for arch_get_tsc_freq()Ian Rogers1-4/+48
2022-07-25perf tsc: Add arch TSC frequency informationKan Liang5-16/+92
2022-07-21perf lock: Fix a copy-n-paste bugNamhyung Kim1-1/+1
2022-07-20perf python: Ignore unused command line arguments when building with clangArnaldo Carvalho de Melo2-1/+7
2022-07-20perf build: Avoid defining _FORTIFY_SOURCE multiple timesArnaldo Carvalho de Melo1-1/+1
2022-07-20perf test: Fix test case 83 ('perf stat CSV output linter') on s390Thomas Richter1-3/+4
2022-07-20perf cs-etm: Fix duplicated 'the' in commentJason Wang1-1/+1
2022-07-20perf probe: Fix duplicated 'the' in commentJason Wang1-1/+1
2022-07-20perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo2-2/+2
2022-07-20perf python: Avoid deprecation warning on distutilsIan Rogers1-4/+4
2022-07-20perf gtk: Only support --gtk if compiled inIan Rogers2-0/+14
2022-07-20perf intel-pt: Add documentation for tracing guest machine user spaceAdrian Hunter1-4/+177
2022-07-20perf intel-pt: Use guest pid/tid etc in guest samplesAdrian Hunter1-0/+11
2022-07-20perf intel-pt: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter1-6/+20
2022-07-20perf intel-pt: Determine guest thread from guest sidebandAdrian Hunter1-2/+67
2022-07-20perf intel-pt: Disable sync switch with guest sidebandAdrian Hunter1-0/+29
2022-07-20perf intel-pt: Track guest context switchesAdrian Hunter1-0/+23
2022-07-20perf intel-pt: Add some more logging to intel_pt_walk_next_insn()Adrian Hunter1-5/+20
2022-07-20perf intel-pt: Remove guest_machine_pidAdrian Hunter1-3/+1
2022-07-20perf tools: Add perf_event__is_guest()Adrian Hunter1-0/+21
2022-07-20perf tools: Handle injected guest kernel mmap eventAdrian Hunter1-3/+12
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