index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf stat: Honor event config name on --no-merge
Namhyung Kim
2021-06-04
1
-5
/
+3
|
*
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2021-06-04
2
-2
/
+3
|
*
perf stat: Fix error return code in bperf__load()
Yu Kuai
2021-06-01
1
-2
/
+4
|
*
perf record: Move probing cgroup sampling support
Namhyung Kim
2021-06-01
2
-0
/
+11
|
*
perf probe: Fix NULL pointer dereference in convert_variable_location()
Li Huafei
2021-06-01
2
-2
/
+9
*
|
perf probe: Add --bootconfig to output definition in bootconfig format
Masami Hiramatsu
2021-06-18
2
-0
/
+74
*
|
perf probe: Cleanup synthesize_probe_trace_command()
Masami Hiramatsu
2021-06-18
1
-37
/
+49
*
|
perf probe: Support probes on init functions for offline kernel
Masami Hiramatsu
2021-06-18
1
-2
/
+7
*
|
perf mem-events: Remove duplicate #undef
Li Huafei
2021-06-16
1
-2
/
+0
*
|
perf evsel: Adjust hybrid event and global event mixed group
Jin Yao
2021-06-10
1
-0
/
+25
*
|
perf probe: Provide clearer message permission error for tracefs access
Masami Hiramatsu
2021-06-08
1
-30
/
+65
*
|
perf auxtrace: Change to use SMP memory barriers
Leo Yan
2021-06-08
1
-3
/
+3
*
|
perf srccode: Use list_move() instead of equivalent list_del() + list_add() s...
Zou Wei
2021-06-08
1
-2
/
+1
*
|
perf probe: Report possible permission error for map__load() failure
Masami Hiramatsu
2021-06-04
1
-3
/
+22
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-06-01
1
-2
/
+2
|
\
|
|
*
perf stat: Fix error check for bpf_program__attach
Namhyung Kim
2021-05-27
1
-2
/
+2
*
|
perf mem: Disable 'mem-loads-aux' group before reporting
Jin Yao
2021-06-01
2
-0
/
+26
*
|
perf mem: Support record for hybrid platform
Jin Yao
2021-06-01
2
-0
/
+67
*
|
perf tools: Check if mem_events is supported for hybrid platform
Jin Yao
2021-06-01
1
-6
/
+26
*
|
perf tools: Support pmu prefix for mem-load event
Jin Yao
2021-06-01
2
-3
/
+3
*
|
perf auxtrace: Factor out itrace_do_parse_synth_opts()
Adrian Hunter
2021-06-01
2
-3
/
+17
*
|
perf script: Factor out script_fetch_insn()
Adrian Hunter
2021-06-01
1
-0
/
+3
*
|
perf scripting python: Assign perf_script_context
Adrian Hunter
2021-06-01
1
-0
/
+28
*
|
perf scripting: Add perf_session to scripting_context
Adrian Hunter
2021-06-01
4
-5
/
+14
*
|
perf scripting: Add scripting_context__update()
Adrian Hunter
2021-06-01
4
-7
/
+38
*
|
perf probe: Provide more detail with relocation warning
Ravi Bangoria
2021-05-27
1
-3
/
+8
*
|
perf parse-events: Add bison --file-prefix-map option
Denys Zagorui
2021-05-27
1
-3
/
+3
*
|
perf scripting python: Add auxtrace error
Adrian Hunter
2021-05-25
2
-0
/
+44
*
|
perf scripting python: Add context switch
Adrian Hunter
2021-05-25
1
-0
/
+45
*
|
perf scripting python: Add cpumode
Adrian Hunter
2021-05-25
1
-0
/
+3
*
|
perf scripting python: Add IPC
Adrian Hunter
2021-05-25
1
-0
/
+8
*
|
perf scripting python: Add sample flags
Adrian Hunter
2021-05-25
1
-0
/
+26
*
|
perf script: Factor out perf_sample__sprintf_flags()
Adrian Hunter
2021-05-25
1
-0
/
+3
*
|
perf scripting python: Add 'addr_location' for 'addr'
Adrian Hunter
2021-05-25
6
-20
/
+29
*
|
perf scripting python: Factor out set_sym_in_dict()
Adrian Hunter
2021-05-25
1
-8
/
+17
*
|
perf scripting python: Fix tuple_set_u64()
Adrian Hunter
2021-05-25
1
-65
/
+81
*
|
perf auxtrace: Make perf_event__process_auxtrace*() callable
Arnaldo Carvalho de Melo
2021-05-25
1
-3
/
+20
*
|
perf script: Find script file relative to exec path
Adrian Hunter
2021-05-25
4
-0
/
+5
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-05-25
7
-10
/
+32
|
\
|
|
*
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
2021-05-21
1
-3
/
+0
|
*
perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
Adrian Hunter
2021-05-21
1
-1
/
+1
|
*
perf parse-events: Check if the software events array slots are populated
Arnaldo Carvalho de Melo
2021-05-21
1
-2
/
+7
|
*
perf tools: Add 'cgroup-switches' software event
Namhyung Kim
2021-05-19
2
-0
/
+5
|
*
perf intel-pt: Remove redundant setting of ptq->insn_len
Adrian Hunter
2021-05-19
1
-1
/
+0
|
*
perf intel-pt: Fix sample instruction bytes
Adrian Hunter
2021-05-19
1
-1
/
+4
|
*
perf intel-pt: Fix transaction abort handling
Adrian Hunter
2021-05-19
1
-1
/
+5
|
*
perf test: Fix libpfm4 support (63) test error for nested event groups
Thomas Richter
2021-05-19
1
-1
/
+10
*
|
perf cs-etm: Prevent and warn on underflows during timestamp calculation.
James Clark
2021-05-17
1
-11
/
+34
*
|
perf cs-etm: Start reading 'Z' --itrace option
James Clark
2021-05-17
1
-0
/
+4
*
|
perf cs-etm: Move synth_opts initialisation
James Clark
2021-05-17
1
-8
/
+8
[prev]
[next]