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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
perf stat: Implement control commands handling
Alexey Budankov
2020-07-22
1
-18
/
+65
|
*
|
|
perf stat: extend -D,--delay option with -1 value
Alexey Budankov
2020-07-22
4
-7
/
+21
|
*
|
|
perf stat: Factor out event handling loop into dispatch_events()
Alexey Budankov
2020-07-22
1
-12
/
+24
|
*
|
|
perf stat: Factor out body of event handling loop for fork case
Alexey Budankov
2020-07-22
1
-4
/
+1
|
*
|
|
perf stat: Move target check to loop control statement
Alexey Budankov
2020-07-22
1
-3
/
+1
|
*
|
|
perf stat: Factor out body of event handling loop for system wide
Alexey Budankov
2020-07-22
1
-6
/
+11
|
*
|
|
perf evlist: Implement control command handling functions
Alexey Budankov
2020-07-22
2
-0
/
+158
|
*
|
|
perf evlist: Introduce control file descriptors
Alexey Budankov
2020-07-22
2
-0
/
+8
|
*
|
|
libperf: Add flags to fdarray fds objects
Alexey Budankov
2020-07-21
2
-2
/
+2
|
*
|
|
libperf: Avoid internal moving of fdarray fds
Alexey Budankov
2020-07-21
1
-18
/
+2
|
*
|
|
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-07-17
4
-13
/
+18
|
*
|
|
perf metric: Rename expr__add_id() to expr__add_val()
Jiri Olsa
2020-07-17
6
-9
/
+9
|
*
|
|
perf probe: Warn if the target function is a GNU indirect function
Masami Hiramatsu
2020-07-17
1
-2
/
+6
|
*
|
|
perf probe: Fix memory leakage when the probe point is not found
Masami Hiramatsu
2020-07-17
1
-1
/
+1
|
*
|
|
perf probe: Fix wrong variable warning when the probe point is not found
Masami Hiramatsu
2020-07-17
1
-0
/
+3
|
*
|
|
perf probe: Avoid setting probes on the same address for the same event
Masami Hiramatsu
2020-07-17
1
-0
/
+10
|
*
|
|
perf kmem: Pass additional arguments to 'perf record'
Ian Rogers
2020-07-10
1
-1
/
+2
|
*
|
|
perf parse-events: Report BPF errors
Ian Rogers
2020-07-10
1
-18
/
+20
|
*
|
|
perf script: Show text poke address symbol
Adrian Hunter
2020-07-10
6
-13
/
+24
|
*
|
|
perf script: Add option --show-text-poke-events
Adrian Hunter
2020-07-10
2
-0
/
+23
|
*
|
|
perf intel-pt: Add support for text poke events
Adrian Hunter
2020-07-10
2
-0
/
+79
|
*
|
|
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
2020-07-10
6
-1
/
+18
|
*
|
|
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
2020-07-10
12
-2
/
+187
|
*
|
|
perf annotate: Fix non-null terminated buffer returned by readlink()
Numfor Mbiziwo-Tiapo
2020-07-09
1
-4
/
+11
|
*
|
|
perf inject jit: Remove //anon mmap events
Steve MacLean
2020-07-08
2
-3
/
+32
|
*
|
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-07-08
11
-31
/
+75
|
|
\
\
\
|
*
|
|
|
perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...
Sven Schnelle
2020-07-07
1
-0
/
+2
|
*
|
|
|
perf vendor events power9: Added nest imc metric events
Kajol Jain
2020-07-06
1
-0
/
+35
|
*
|
|
|
perf parse-events: Disable a subset of bison warnings
Ian Rogers
2020-07-02
1
-3
/
+11
|
*
|
|
|
perf parse-events: Disable a subset of flex warnings
Ian Rogers
2020-07-02
1
-3
/
+13
|
*
|
|
|
perf parse-events: Declare bison header file output
Ian Rogers
2020-06-23
1
-6
/
+9
|
*
|
|
|
perf expr: Add missing headers noticed when building with NO_LIBBPF=1
Arnaldo Carvalho de Melo
2020-06-23
1
-0
/
+3
|
*
|
|
|
perf parse-events: Declare flex header file output
Ian Rogers
2020-06-22
1
-6
/
+9
|
*
|
|
|
perf pmu: Add flex debug build flag
Ian Rogers
2020-06-22
1
-1
/
+1
|
*
|
|
|
perf pmu: Add bison debug build flag
Ian Rogers
2020-06-22
1
-1
/
+1
|
*
|
|
|
perf parse-events: Use automatic variable for yacc input
Ian Rogers
2020-06-22
1
-3
/
+3
|
*
|
|
|
perf parse-events: Use automatic variable for flex input
Ian Rogers
2020-06-22
1
-3
/
+3
|
*
|
|
|
perf evlist: Fix the class prefix for 'struct evlist' branch_type methods
Arnaldo Carvalho de Melo
2020-06-22
4
-6
/
+4
|
*
|
|
|
perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methods
Arnaldo Carvalho de Melo
2020-06-22
4
-12
/
+12
|
*
|
|
|
perf evlist: Fix the class prefix for 'struct evlist' sample_type methods
Arnaldo Carvalho de Melo
2020-06-22
6
-15
/
+15
|
*
|
|
|
perf evlist: Fix the class prefix for 'struct evlist' strerror methods
Arnaldo Carvalho de Melo
2020-06-22
4
-8
/
+7
|
*
|
|
|
perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods
Arnaldo Carvalho de Melo
2020-06-22
7
-34
/
+27
|
*
|
|
|
perf pmu: Improve CPU core PMU HW event list ordering
John Garry
2020-06-22
1
-0
/
+7
|
*
|
|
|
perf pmu: List kernel supplied event aliases for arm64
John Garry
2020-06-22
1
-1
/
+1
|
*
|
|
|
perf cs-etm: Allow no CoreSight sink to be specified on command line
Mike Leach
2020-06-22
1
-3
/
+3
|
*
|
|
|
perf expr: Add < and > operators
Ian Rogers
2020-06-22
3
-1
/
+12
|
*
|
|
|
perf expr: Add d_ratio operation
Ian Rogers
2020-06-22
3
-2
/
+15
|
*
|
|
|
perf script: Fixup some evsel/evlist method names
Arnaldo Carvalho de Melo
2020-06-22
1
-5
/
+5
|
*
|
|
|
perf tests: Add parse metric test for frontend metric
Jiri Olsa
2020-06-22
1
-0
/
+25
|
*
|
|
|
perf tests: Add parse metric test for ipc metric
Jiri Olsa
2020-06-22
4
-0
/
+151
[prev]
[next]