summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2021-07-01perf arm-spe: Convert event kernel time to counter valueLeo Yan
2021-07-01perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan
2021-07-01perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim
2021-07-01perf tools: Add cgroup_is_v2() helperNamhyung Kim
2021-07-01perf tools: Add read_cgroup_id() functionNamhyung Kim
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini
2021-06-19perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry
2021-06-19perf metricgroup: Fix find_evsel_group() event selectorJohn Garry
2021-06-18perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu
2021-06-18perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu
2021-06-18perf probe: Support probes on init functions for offline kernelMasami Hiramatsu
2021-06-16perf mem-events: Remove duplicate #undefLi Huafei
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan
2021-06-10perf evsel: Adjust hybrid event and global event mixed groupJin Yao
2021-06-08perf probe: Provide clearer message permission error for tracefs accessMasami Hiramatsu
2021-06-08perf auxtrace: Change to use SMP memory barriersLeo Yan
2021-06-08perf srccode: Use list_move() instead of equivalent list_del() + list_add() s...Zou Wei
2021-06-04perf probe: Report possible permission error for map__load() failureMasami Hiramatsu
2021-06-04perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini
2021-06-04perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini
2021-06-04perf stat: Honor event config name on --no-mergeNamhyung Kim
2021-06-04perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim
2021-06-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-01perf mem: Disable 'mem-loads-aux' group before reportingJin Yao
2021-06-01perf mem: Support record for hybrid platformJin Yao
2021-06-01perf tools: Check if mem_events is supported for hybrid platformJin Yao
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao
2021-06-01perf stat: Fix error return code in bperf__load()Yu Kuai
2021-06-01perf record: Move probing cgroup sampling supportNamhyung Kim
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei
2021-06-01perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter
2021-06-01perf script: Factor out script_fetch_insn()Adrian Hunter
2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter
2021-05-27perf stat: Fix error check for bpf_program__attachNamhyung Kim
2021-05-27perf probe: Provide more detail with relocation warningRavi Bangoria
2021-05-27perf parse-events: Add bison --file-prefix-map optionDenys Zagorui
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter
2021-05-25perf scripting python: Add context switchAdrian Hunter
2021-05-25perf scripting python: Add cpumodeAdrian Hunter
2021-05-25perf scripting python: Add IPCAdrian Hunter
2021-05-25perf scripting python: Add sample flagsAdrian Hunter
2021-05-25perf script: Factor out perf_sample__sprintf_flags()Adrian Hunter
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter
2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter
2021-05-25perf auxtrace: Make perf_event__process_auxtrace*() callableArnaldo Carvalho de Melo
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter