summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-111-0/+1
* perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini2021-06-041-0/+1
* perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-06-041-0/+1
* perf stat: Honor event config name on --no-mergeNamhyung Kim2021-06-041-5/+3
* perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2021-06-042-2/+3
* perf stat: Fix error return code in bperf__load()Yu Kuai2021-06-011-2/+4
* perf record: Move probing cgroup sampling supportNamhyung Kim2021-06-012-0/+11
* perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2021-06-012-2/+9
* perf stat: Fix error check for bpf_program__attachNamhyung Kim2021-05-271-2/+2
* perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2021-05-211-3/+0
* perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter2021-05-211-1/+1
* perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo2021-05-211-2/+7
* perf tools: Add 'cgroup-switches' software eventNamhyung Kim2021-05-192-0/+5
* perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter2021-05-191-1/+0
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-05-191-1/+4
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-05-191-1/+5
* perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter2021-05-191-1/+10
* perf tools: Fix dynamic libbpf linkJiri Olsa2021-05-101-0/+7
* perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev2021-05-101-2/+2
* perf record: Disallow -c and -F option at the same timeNamhyung Kim2021-05-101-1/+7
* Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-0190-300/+2588
|\
| * perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan2021-04-293-1/+46
| * perf session: Add swap operation for event TIME_CONVLeo Yan2021-04-291-1/+14
| * perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-10/+20
| * perf stat: Warn group events from different hybrid PMUJin Yao2021-04-295-0/+58
| * perf stat: Filter out unmatched aggregation for hybrid eventJin Yao2021-04-291-0/+3
| * perf record: Create two hybrid 'cycles' events by defaultJin Yao2021-04-296-5/+62
| * perf parse-events: Support event inside hybrid pmuJin Yao2021-04-291-0/+63
| * perf parse-events: Compare with hybrid pmu nameJin Yao2021-04-295-8/+34
| * perf parse-events: Create two hybrid raw eventsJin Yao2021-04-291-1/+37
| * perf parse-events: Create two hybrid cache eventsJin Yao2021-04-293-1/+37
| * perf parse-events: Create two hybrid hardware eventsJin Yao2021-04-295-0/+141
| * perf stat: Uniquify hybrid event nameJin Yao2021-04-293-2/+17
| * perf pmu: Add hybrid helper functionsJin Yao2021-04-294-0/+57
| * perf pmu: Save detected hybrid pmus to a global pmu listJin Yao2021-04-295-1/+80
| * perf pmu: Save pmu nameJin Yao2021-04-292-1/+10
| * perf pmu: Simplify arguments of __perf_pmu__new_aliasJin Yao2021-04-291-20/+16
| * perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim2021-04-295-6/+14
| * perf hists: Split hists_stats from events_statsNamhyung Kim2021-04-293-11/+23
| * perf data: Add JSON exportNicholas Fraser2021-04-295-12/+396
| * perf stat: Introduce bpf_counter_ops->disable()Song Liu2021-04-294-0/+43
| * perf stat: Introduce ':b' modifierSong Liu2021-04-294-3/+10
| * perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-295-6/+36
| * perf bpf: check perf_attr_map is compatible with the perf binarySong Liu2021-04-291-0/+19
| * perf util: Move bpf_perf definitions to a libperf headerSong Liu2021-04-291-24/+3
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-04-262-3/+6
| |\
| * | perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-04-201-2/+3
| * | perf annotate: Add line number like in TUI and source location at EOLMartin Liška2021-04-201-16/+14
| * | perf stat: Basic support for iostat in perfAlexander Antonov2021-04-206-11/+136
| * | perf evlist: Add a method to return the list of evsels as a stringArnaldo Carvalho de Melo2021-04-152-0/+21