aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17perf intel-pt: Add support for emulated ptwriteAdrian Hunter5-3/+136
2022-05-13perf tools: Remove unused machines__find_host()Adrian Hunter1-1/+0
2022-05-10perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter1-0/+1
2022-05-10libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter1-0/+1
2022-05-10libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter1-1/+2
2022-05-10perf auxtrace: Do not mix up mmap idxAdrian Hunter1-2/+8
2022-05-10perf auxtrace: Move evlist__enable_event_idx() to auxtrace.cAdrian Hunter3-12/+10
2022-05-10perf evlist: Use libperf functions in evlist__enable_event_idx()Adrian Hunter1-42/+2
2022-05-09perf metrics: Don't add all tool events for sharingIan Rogers1-6/+39
2022-05-09perf metrics: Support all tool eventsIan Rogers2-39/+75
2022-05-09perf evsel: Add tool event helpersIan Rogers2-10/+42
2022-05-09perf evsel: Constify a few arraysIan Rogers3-14/+13
2022-05-09Revert "perf stat: Support metrics with hybrid events"Ian Rogers2-249/+22
2022-05-05perf cpumap: Switch to using perf_cpu_map APIIan Rogers1-23/+19
2022-05-03perf stat: Avoid printing cpus with no countersIan Rogers1-3/+4
2022-04-30perf tools: Add missing headers needed by util/data.hYang Jihong1-0/+1
2022-04-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo5-16/+33
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2-6/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes1-1/+2
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter1-1/+1
2022-04-24Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo5-3/+61
2022-04-24perf stat: Support hybrid --topdown optionZhengjun Xing3-6/+18
2022-04-22perf clang: Fix header include for LLVM >= 14Guilherme Amadio1-0/+4
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing2-2/+16
2022-04-22perf stat: Support metrics with hybrid eventsZhengjun Xing2-22/+249
2022-04-22perf tools: Move libbpf init in libbpf_init functionJiri Olsa1-9/+18
2022-04-20perf list: Print all available tool eventsFlorian Fischer3-13/+47
2022-04-20perf stat: Add user_time and system_time eventsFlorian Fischer3-1/+9
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer2-0/+23
2022-04-20perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tries to use debuginfod supportMartin Liška1-0/+5
2022-04-18perf mem: Print memory operation typeLeo Yan1-1/+28
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2-0/+52
2022-04-13perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi1-1/+2
2022-04-13perf tools: Fix misleading add event PMU debug messageAdrian Hunter1-2/+3
2022-04-11perf test: Shell - Limit to only run executable scripts in testsCarsten Haitzler2-1/+14
2022-04-11perf scripting python: Expose symbol offset and source informationEelco Chaudron1-13/+36
2022-04-11perf jitdump: Add riscv64 supportEric Lin1-0/+3
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout outputIan Rogers1-0/+1
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer stackJames Clark7-13/+31
2022-04-09perf build: Don't use -ffat-lto-objects in the python feature test when building with clang-13Arnaldo Carvalho de Melo1-0/+2
2022-04-09perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo1-2/+4
2022-04-01perf evlist: Directly return instead of using local ret variableHaowen Bai1-2/+1
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers8-19/+23
2022-04-01perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo1-2/+1
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds57-615/+1789
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips1-0/+25