aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hunter5-7/+37
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 Hunter5-17/+84
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 Melo72-238/+1627
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-17tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2022-07-17tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2-3/+30
2022-07-17tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-13/+138
2022-07-14selftests/net: test nexthop without gwNicolas Dichtel2-1/+120
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