summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | perf probe: Report possible permission error for map__load() failureMasami Hiramatsu2021-06-041-3/+22
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-011-2/+2
|\|
| * perf stat: Fix error check for bpf_program__attachNamhyung Kim2021-05-271-2/+2
* | perf mem: Disable 'mem-loads-aux' group before reportingJin Yao2021-06-012-0/+26
* | perf mem: Support record for hybrid platformJin Yao2021-06-012-0/+67
* | perf tools: Check if mem_events is supported for hybrid platformJin Yao2021-06-011-6/+26
* | perf tools: Support pmu prefix for mem-load eventJin Yao2021-06-012-3/+3
* | perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter2021-06-012-3/+17
* | perf script: Factor out script_fetch_insn()Adrian Hunter2021-06-011-0/+3
* | perf scripting python: Assign perf_script_contextAdrian Hunter2021-06-011-0/+28
* | perf scripting: Add perf_session to scripting_contextAdrian Hunter2021-06-014-5/+14
* | perf scripting: Add scripting_context__update()Adrian Hunter2021-06-014-7/+38
* | perf probe: Provide more detail with relocation warningRavi Bangoria2021-05-271-3/+8
* | perf parse-events: Add bison --file-prefix-map optionDenys Zagorui2021-05-271-3/+3
* | perf scripting python: Add auxtrace errorAdrian Hunter2021-05-252-0/+44
* | perf scripting python: Add context switchAdrian Hunter2021-05-251-0/+45
* | perf scripting python: Add cpumodeAdrian Hunter2021-05-251-0/+3
* | perf scripting python: Add IPCAdrian Hunter2021-05-251-0/+8
* | perf scripting python: Add sample flagsAdrian Hunter2021-05-251-0/+26
* | perf script: Factor out perf_sample__sprintf_flags()Adrian Hunter2021-05-251-0/+3
* | perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2021-05-256-20/+29
* | perf scripting python: Factor out set_sym_in_dict()Adrian Hunter2021-05-251-8/+17
* | perf scripting python: Fix tuple_set_u64()Adrian Hunter2021-05-251-65/+81
* | perf auxtrace: Make perf_event__process_auxtrace*() callableArnaldo Carvalho de Melo2021-05-251-3/+20
* | perf script: Find script file relative to exec pathAdrian Hunter2021-05-254-0/+5
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-05-257-10/+32
|\|
| * perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2021-05-211-3/+0
| * perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter2021-05-211-1/+1
| * perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo2021-05-211-2/+7
| * perf tools: Add 'cgroup-switches' software eventNamhyung Kim2021-05-192-0/+5
| * perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter2021-05-191-1/+0
| * perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-05-191-1/+4
| * perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-05-191-1/+5
| * perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter2021-05-191-1/+10
* | perf cs-etm: Prevent and warn on underflows during timestamp calculation.James Clark2021-05-171-11/+34
* | perf cs-etm: Start reading 'Z' --itrace optionJames Clark2021-05-171-0/+4
* | perf cs-etm: Move synth_opts initialisationJames Clark2021-05-171-8/+8