index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
perf llvm: Return -ENOMEM when asprintf() fails
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-07-01
perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()
James Clark
1
-1
/
+5
2021-07-01
perf arm-spe: Don't wait for PERF_RECORD_EXIT event
Leo Yan
1
-5
/
+1
2021-07-01
perf arm-spe: Bail out if the trace is later than perf event
Leo Yan
1
-3
/
+34
2021-07-01
perf arm-spe: Assign kernel time to synthesized event
Leo Yan
1
-1
/
+1
2021-07-01
perf arm-spe: Convert event kernel time to counter value
Leo Yan
1
-1
/
+1
2021-07-01
perf arm-spe: Save clock parameters from TIME_CONV event
Leo Yan
1
-0
/
+26
2021-07-01
perf bpf_counter: Move common functions to bpf_counter.h
Namhyung Kim
2
-52
/
+52
2021-07-01
perf tools: Add cgroup_is_v2() helper
Namhyung Kim
2
-0
/
+21
2021-07-01
perf tools: Add read_cgroup_id() function
Namhyung Kim
2
-0
/
+35
2021-06-22
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
13
-18
/
+43
2021-06-19
perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL
Riccardo Mancini
1
-1
/
+2
2021-06-19
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter()
John Garry
1
-3
/
+5
2021-06-19
perf metricgroup: Fix find_evsel_group() event selector
John Garry
1
-3
/
+3
2021-06-18
perf probe: Add --bootconfig to output definition in bootconfig format
Masami Hiramatsu
2
-0
/
+74
2021-06-18
perf probe: Cleanup synthesize_probe_trace_command()
Masami Hiramatsu
1
-37
/
+49
2021-06-18
perf probe: Support probes on init functions for offline kernel
Masami Hiramatsu
1
-2
/
+7
2021-06-16
perf mem-events: Remove duplicate #undef
Li Huafei
1
-2
/
+0
2021-06-11
perf session: Correct buffer copying when peeking events
Leo Yan
1
-0
/
+1
2021-06-10
perf evsel: Adjust hybrid event and global event mixed group
Jin Yao
1
-0
/
+25
2021-06-08
perf probe: Provide clearer message permission error for tracefs access
Masami Hiramatsu
1
-30
/
+65
2021-06-08
perf auxtrace: Change to use SMP memory barriers
Leo Yan
1
-3
/
+3
2021-06-08
perf srccode: Use list_move() instead of equivalent list_del() + list_add() sequence
Zou Wei
1
-2
/
+1
2021-06-04
perf probe: Report possible permission error for map__load() failure
Masami Hiramatsu
1
-3
/
+22
2021-06-04
perf env: Fix memory leak of bpf_prog_info_linear member
Riccardo Mancini
1
-0
/
+1
2021-06-04
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
1
-0
/
+1
2021-06-04
perf stat: Honor event config name on --no-merge
Namhyung Kim
1
-5
/
+3
2021-06-04
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2
-2
/
+3
2021-06-01
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+2
2021-06-01
perf mem: Disable 'mem-loads-aux' group before reporting
Jin Yao
2
-0
/
+26
2021-06-01
perf mem: Support record for hybrid platform
Jin Yao
2
-0
/
+67
2021-06-01
perf tools: Check if mem_events is supported for hybrid platform
Jin Yao
1
-6
/
+26
2021-06-01
perf tools: Support pmu prefix for mem-load event
Jin Yao
2
-3
/
+3
2021-06-01
perf stat: Fix error return code in bperf__load()
Yu Kuai
1
-2
/
+4
2021-06-01
perf record: Move probing cgroup sampling support
Namhyung Kim
2
-0
/
+11
2021-06-01
perf probe: Fix NULL pointer dereference in convert_variable_location()
Li Huafei
2
-2
/
+9
2021-06-01
perf auxtrace: Factor out itrace_do_parse_synth_opts()
Adrian Hunter
2
-3
/
+17
2021-06-01
perf script: Factor out script_fetch_insn()
Adrian Hunter
1
-0
/
+3
2021-06-01
perf scripting python: Assign perf_script_context
Adrian Hunter
1
-0
/
+28
2021-06-01
perf scripting: Add perf_session to scripting_context
Adrian Hunter
4
-5
/
+14
2021-06-01
perf scripting: Add scripting_context__update()
Adrian Hunter
4
-7
/
+38
2021-05-27
perf stat: Fix error check for bpf_program__attach
Namhyung Kim
1
-2
/
+2
2021-05-27
perf probe: Provide more detail with relocation warning
Ravi Bangoria
1
-3
/
+8
2021-05-27
perf parse-events: Add bison --file-prefix-map option
Denys Zagorui
1
-3
/
+3
2021-05-25
perf scripting python: Add auxtrace error
Adrian Hunter
2
-0
/
+44
2021-05-25
perf scripting python: Add context switch
Adrian Hunter
1
-0
/
+45
2021-05-25
perf scripting python: Add cpumode
Adrian Hunter
1
-0
/
+3
2021-05-25
perf scripting python: Add IPC
Adrian Hunter
1
-0
/
+8
2021-05-25
perf scripting python: Add sample flags
Adrian Hunter
1
-0
/
+26
2021-05-25
perf script: Factor out perf_sample__sprintf_flags()
Adrian Hunter
1
-0
/
+3
[prev]
[next]