aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo4-4/+4
2021-07-05perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim7-1/+523
2021-07-05perf report: Fix --task and --stat with pipe inputNamhyung Kim1-0/+6
2021-07-01perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini1-1/+4
2021-07-01perf annotate: Allow 's' on source code linesRiccardo Mancini1-3/+29
2021-07-01perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter3-2/+41
2021-07-01perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter3-2/+18
2021-07-01perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter3-2/+35
2021-07-01perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter3-2/+39
2021-07-01perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter3-2/+40
2021-07-01perf build: Install perf_dlfilter.hAdrian Hunter2-1/+6
2021-07-01perf script: Add option to pass arguments to dlfiltersAdrian Hunter6-13/+91
2021-07-01perf script: Add option to list dlfiltersAdrian Hunter6-1/+134
2021-07-01perf script: Add dlfilter__filter_event_early()Adrian Hunter5-16/+59
2021-07-01perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter7-2/+780
2021-07-01perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo1-0/+2
2021-07-01perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark1-1/+5
2021-07-01perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan1-5/+1
2021-07-01perf arm-spe: Bail out if the trace is later than perf eventLeo Yan1-3/+34
2021-07-01perf arm-spe: Assign kernel time to synthesized eventLeo Yan1-1/+1
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_iter()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() sequenceZou Wei1-2/+1
2021-06-04perf probe: Report possible permission error for map__load() failureMasami Hiramatsu1-3/+22