summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add guest_code supportAdrian Hunter2022-05-235-3/+103
* perf tools: Factor out thread__set_guest_comm()Adrian Hunter2022-05-231-3/+9
* perf tools: Add machine to machines back pointerAdrian Hunter2022-05-232-0/+4
* perf data: Add has_kcore_dir()Adrian Hunter2022-05-232-0/+15
* perf inject: Keep some features sections from input fileAdrian Hunter2022-05-232-0/+13
* perf header: Add ability to keep feature sectionsAdrian Hunter2022-05-232-8/+56
* perf stat: Make use of index clearer with perf_countsIan Rogers2022-05-232-16/+16
* perf bpf_counter: Tidy use of CPU map indexIan Rogers2022-05-231-26/+35
* perf mem: Add stats for store operation with no available memory levelLeo Yan2022-05-232-0/+4
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-233-9/+38
|\
| * perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
| * perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers2022-05-201-3/+14
| * perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-201-1/+3
* | perf stat: Always keep perf metrics topdown events in a groupKan Liang2022-05-203-8/+13
* | perf evlist: Keep topdown counters in weak groupIan Rogers2022-05-173-2/+27
* | perf intel-pt: Add support for emulated ptwriteAdrian Hunter2022-05-175-3/+136
* | 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-141-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