summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-095-7/+6
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0912-38/+61
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0910-35/+31
* perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-073-4/+15
* perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
* perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
* perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
* 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
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-056-0/+507
* perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini2021-07-011-1/+4
* perf dlfilter: Add object_code() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+37
* perf dlfilter: Add attr() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+14
* perf dlfilter: Add srcline() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+31
* perf dlfilter: Add insn() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+35
* perf dlfilter: Add resolve_address() to perf_dlfilter_fnsAdrian Hunter2021-07-012-1/+35
* perf script: Add option to pass arguments to dlfiltersAdrian Hunter2021-07-013-9/+46
* perf script: Add option to list dlfiltersAdrian Hunter2021-07-013-1/+124
* perf script: Add dlfilter__filter_event_early()Adrian Hunter2021-07-013-4/+32
* perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter2021-07-014-0/+528
* 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 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
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-2213-18/+43
|\
| * 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 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 probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu2021-06-182-0/+74
* | perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu2021-06-181-37/+49
* | perf probe: Support probes on init functions for offline kernelMasami Hiramatsu2021-06-181-2/+7
* | perf mem-events: Remove duplicate #undefLi Huafei2021-06-161-2/+0
* | perf evsel: Adjust hybrid event and global event mixed groupJin Yao2021-06-101-0/+25
* | perf probe: Provide clearer message permission error for tracefs accessMasami Hiramatsu2021-06-081-30/+65
* | perf auxtrace: Change to use SMP memory barriersLeo Yan2021-06-081-3/+3
* | perf srccode: Use list_move() instead of equivalent list_del() + list_add() s...Zou Wei2021-06-081-2/+1