summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | perf tools: Remove unused machines__find_host()Adrian Hunter2022-05-131-1/+0
* | perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-101-0/+1
* | libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter2022-05-101-0/+1
* | libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter2022-05-101-1/+2
* | perf auxtrace: Do not mix up mmap idxAdrian Hunter2022-05-101-2/+8
* | perf auxtrace: Move evlist__enable_event_idx() to auxtrace.cAdrian Hunter2022-05-103-12/+10
* | perf evlist: Use libperf functions in evlist__enable_event_idx()Adrian Hunter2022-05-101-42/+2
* | perf metrics: Don't add all tool events for sharingIan Rogers2022-05-091-6/+39
* | perf metrics: Support all tool eventsIan Rogers2022-05-092-39/+75
* | perf evsel: Add tool event helpersIan Rogers2022-05-092-10/+42
* | perf evsel: Constify a few arraysIan Rogers2022-05-093-14/+13
* | Revert "perf stat: Support metrics with hybrid events"Ian Rogers2022-05-092-249/+22
* | perf cpumap: Switch to using perf_cpu_map APIIan Rogers2022-05-051-23/+19
* | perf stat: Avoid printing cpus with no countersIan Rogers2022-05-031-3/+4
* | perf tools: Add missing headers needed by util/data.hYang Jihong2022-04-301-0/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-04-305-16/+33
|\|
| * perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-282-6/+0
| * perf symbol: Update symbols__fixup_end()Namhyung Kim2022-04-281-4/+25
| * perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-04-283-5/+6
| * perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2022-04-281-1/+2
| * perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes2022-04-281-1/+1
| * perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter2022-04-281-1/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-04-245-3/+61
|\|
| * perf clang: Fix header include for LLVM >= 14Guilherme Amadio2022-04-221-0/+4
| * perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-142-0/+52
| * perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi2022-04-131-1/+2
| * perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-131-2/+3
* | perf stat: Support hybrid --topdown optionZhengjun Xing2022-04-243-6/+18
* | perf stat: Merge event counts from all hybrid PMUsZhengjun Xing2022-04-222-2/+16
* | perf stat: Support metrics with hybrid eventsZhengjun Xing2022-04-222-22/+249
* | perf tools: Move libbpf init in libbpf_init functionJiri Olsa2022-04-221-9/+18
* | perf list: Print all available tool eventsFlorian Fischer2022-04-203-13/+47
* | perf stat: Add user_time and system_time eventsFlorian Fischer2022-04-203-1/+9
* | perf stat: Introduce stats for the user and system rusage timesFlorian Fischer2022-04-202-0/+23
* | perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tr...Martin Liška2022-04-201-0/+5
* | perf mem: Print memory operation typeLeo Yan2022-04-181-1/+28
* | perf test: Shell - Limit to only run executable scripts in testsCarsten Haitzler2022-04-112-1/+14
* | perf scripting python: Expose symbol offset and source informationEelco Chaudron2022-04-111-13/+36
* | perf jitdump: Add riscv64 supportEric Lin2022-04-111-0/+3
|/
* perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers2022-04-091-0/+1
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-091-3/+12
* perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark2022-04-097-13/+31
* perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-091-0/+2
* perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-091-2/+4
* perf evlist: Directly return instead of using local ret variableHaowen Bai2022-04-011-2/+1
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-018-19/+23
* perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2022-04-011-2/+1
* Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-03-2757-615/+1789
|\
| * perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips2022-03-261-0/+25
| * perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Arnaldo Carvalho de Melo2022-03-261-1/+12