summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
* perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
* perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
* tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo2021-07-054-4/+4
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-057-1/+523
* perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini2021-07-011-1/+4
* perf annotate: Allow 's' on source code linesRiccardo Mancini2021-07-011-3/+29
* perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+41
* perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+18
* perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+35
* perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+39
* perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter2021-07-013-2/+40
* perf build: Install perf_dlfilter.hAdrian Hunter2021-07-012-1/+6
* perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-016-13/+91
* perf script: Add option to list dlfiltersAdrian Hunter2021-07-016-1/+134
* perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-015-16/+59
* perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter2021-07-017-2/+780
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-011-0/+2
* perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark2021-07-011-1/+5
* perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan2021-07-011-5/+1
* perf arm-spe: Bail out if the trace is later than perf eventLeo Yan2021-07-011-3/+34
* perf arm-spe: Assign kernel time to synthesized eventLeo Yan2021-07-011-1/+1
* perf arm-spe: Convert event kernel time to counter valueLeo Yan2021-07-011-1/+1
* perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan2021-07-011-0/+26
* perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan2021-07-011-133/+0
* perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim2021-07-012-52/+52
* perf tools: Add cgroup_is_v2() helperNamhyung Kim2021-07-012-0/+21
* perf tools: Add read_cgroup_id() functionNamhyung Kim2021-07-012-0/+35
* perf top: Add cgroup support for perf top (-G)Joshua Martinez2021-06-242-0/+20
* perf script: Share addr_al between functionsAdrian Hunter2021-06-221-14/+24
* perf script: Move filtering before scriptingAdrian Hunter2021-06-221-6/+6
* perf script: Move filter_cpu() earlierAdrian Hunter2021-06-221-3/+3
* perf test: Pass the verbose option to shell testsIan Rogers2021-06-221-1/+4
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-2219-24/+53
|\
| * perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-06-191-2/+0
| * perf test: Fix non-bash issue with stat bpf countersIan Rogers2021-06-191-2/+2
| * perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini2021-06-191-1/+2
| * perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry2021-06-191-3/+5
| * perf metricgroup: Fix find_evsel_group() event selectorJohn Garry2021-06-191-3/+3
| * 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 test: Test 17 fails with make LIBPFM4=1 on s390 z/VMThomas Richter2021-06-011-1/+1
| * perf stat: Fix error return code in bperf__load()Yu Kuai2021-06-011-2/+4
| * perf record: Move probing cgroup sampling supportNamhyung Kim2021-06-013-0/+17
| * perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2021-06-012-2/+9
| * perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPSTiezhu Yang2021-06-012-1/+1