summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2021-07-01perf arm-spe: Convert event kernel time to counter valueLeo Yan1-1/+1
2021-07-01perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan1-0/+26
2021-07-01perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan1-133/+0
2021-07-01perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim2-52/+52
2021-07-01perf tools: Add cgroup_is_v2() helperNamhyung Kim2-0/+21
2021-07-01perf tools: Add read_cgroup_id() functionNamhyung Kim2-0/+35
2021-06-24perf top: Add cgroup support for perf top (-G)Joshua Martinez2-0/+20
2021-06-22perf script: Share addr_al between functionsAdrian Hunter1-14/+24
2021-06-22perf script: Move filtering before scriptingAdrian Hunter1-6/+6
2021-06-22perf script: Move filter_cpu() earlierAdrian Hunter1-3/+3
2021-06-22perf test: Pass the verbose option to shell testsIan Rogers1-1/+4
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo19-24/+53
2021-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+0
2021-06-19perf test: Fix non-bash issue with stat bpf countersIan Rogers1-2/+2
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini1-1/+2
2021-06-19perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry1-3/+5
2021-06-19perf metricgroup: Fix find_evsel_group() event selectorJohn Garry1-3/+3
2021-06-18perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu3-1/+85
2021-06-18perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu1-37/+49
2021-06-18perf probe: Support probes on init functions for offline kernelMasami Hiramatsu1-2/+7
2021-06-18perf test: Make stat bpf counters test more robustIan Rogers1-0/+8
2021-06-18perf test: Add verbose skip output for bpf countersIan Rogers1-1/+7
2021-06-16perf annotate: Add itrace options supportYang Jihong2-0/+18
2021-06-16perf mem-events: Remove duplicate #undefLi Huafei1-2/+0
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-10perf evsel: Adjust hybrid event and global event mixed groupJin Yao1-0/+25
2021-06-08perf probe: Provide clearer message permission error for tracefs accessMasami Hiramatsu1-30/+65
2021-06-08perf auxtrace: Change to use SMP memory barriersLeo Yan1-3/+3
2021-06-08perf srccode: Use list_move() instead of equivalent list_del() + list_add() s...Zou Wei1-2/+1
2021-06-04perf probe: Report possible permission error for map__load() failureMasami Hiramatsu1-3/+22
2021-06-04perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini1-0/+1
2021-06-04perf probe: Add permission and sysctl notice to man pageMasami Hiramatsu1-3/+16
2021-06-04perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini1-0/+1
2021-06-04perf stat: Honor event config name on --no-mergeNamhyung Kim1-5/+3
2021-06-04perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2-2/+3
2021-06-02Revert "perf vendor events intel: Add metrics for Icelake Server"Arnaldo Carvalho de Melo1-327/+0
2021-06-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo13-304/+304
2021-06-01perf c2c: Support record for hybrid platformJin Yao1-17/+23
2021-06-01perf mem: Disable 'mem-loads-aux' group before reportingJin Yao3-0/+28
2021-06-01perf mem: Fix wrong verbose output for recording eventsJin Yao1-3/+5
2021-06-01perf mem: Support record for hybrid platformJin Yao3-17/+93
2021-06-01perf tools: Check if mem_events is supported for hybrid platformJin Yao1-6/+26
2021-06-01perf tools: Support pmu prefix for mem-store eventJin Yao1-1/+11
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao7-16/+37
2021-06-01perf tools: Check mem-loads auxiliary eventJin Yao1-2/+7
2021-06-01perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VMThomas Richter1-1/+1
2021-06-01perf stat: Fix error return code in bperf__load()Yu Kuai1-2/+4
2021-06-01perf record: Move probing cgroup sampling supportNamhyung Kim3-0/+17
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2-2/+9
2021-06-01perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPSTiezhu Yang2-1/+1