summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2021-05-27perf stat: Fix error check for bpf_program__attachNamhyung Kim1-2/+2
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu1-3/+0
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter1-1/+1
2021-05-21perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo1-2/+7
2021-05-19perf tools: Add 'cgroup-switches' software eventNamhyung Kim2-0/+5
2021-05-19perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter1-1/+0
2021-05-19perf intel-pt: Fix sample instruction bytesAdrian Hunter1-1/+4
2021-05-19perf intel-pt: Fix transaction abort handlingAdrian Hunter1-1/+5
2021-05-19perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter1-1/+10
2021-05-10perf tools: Fix dynamic libbpf linkJiri Olsa1-0/+7
2021-05-10perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev1-2/+2
2021-05-10perf record: Disallow -c and -F option at the same timeNamhyung Kim1-1/+7
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds90-300/+2588
2021-04-29perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan3-1/+46
2021-04-29perf session: Add swap operation for event TIME_CONVLeo Yan1-1/+14
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan1-10/+20
2021-04-29perf stat: Warn group events from different hybrid PMUJin Yao5-0/+58
2021-04-29perf stat: Filter out unmatched aggregation for hybrid eventJin Yao1-0/+3
2021-04-29perf record: Create two hybrid 'cycles' events by defaultJin Yao6-5/+62
2021-04-29perf parse-events: Support event inside hybrid pmuJin Yao1-0/+63
2021-04-29perf parse-events: Compare with hybrid pmu nameJin Yao5-8/+34
2021-04-29perf parse-events: Create two hybrid raw eventsJin Yao1-1/+37
2021-04-29perf parse-events: Create two hybrid cache eventsJin Yao3-1/+37
2021-04-29perf parse-events: Create two hybrid hardware eventsJin Yao5-0/+141
2021-04-29perf stat: Uniquify hybrid event nameJin Yao3-2/+17
2021-04-29perf pmu: Add hybrid helper functionsJin Yao4-0/+57
2021-04-29perf pmu: Save detected hybrid pmus to a global pmu listJin Yao5-1/+80
2021-04-29perf pmu: Save pmu nameJin Yao2-1/+10
2021-04-29perf pmu: Simplify arguments of __perf_pmu__new_aliasJin Yao1-20/+16
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim5-6/+14
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim3-11/+23
2021-04-29perf data: Add JSON exportNicholas Fraser5-12/+396
2021-04-29perf stat: Introduce bpf_counter_ops->disable()Song Liu4-0/+43
2021-04-29perf stat: Introduce ':b' modifierSong Liu4-3/+10
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu5-6/+36
2021-04-29perf bpf: check perf_attr_map is compatible with the perf binarySong Liu1-0/+19
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu1-24/+3
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+10
2021-04-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-3/+6
2021-04-23perf map: Fix error return code in maps__clone()Zhen Lei1-2/+5
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan1-1/+1
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei1-2/+3
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei1-2/+3
2021-04-20perf annotate: Add line number like in TUI and source location at EOLMartin Liška1-16/+14
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov6-11/+136
2021-04-15perf evlist: Add a method to return the list of evsels as a stringArnaldo Carvalho de Melo2-0/+21
2021-04-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-4/+6
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...John Garry4-7/+10
2021-04-08perf metricgroup: Make find_metric() public with name changeJohn Garry2-3/+5
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3