index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
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: Avoid counting of nonfilterable fdarray fds
Alexey Budankov
2020-07-21
1
-1
/
+2
|
*
|
|
|
libperf: Add flags to fdarray fds objects
Alexey Budankov
2020-07-21
6
-12
/
+25
|
*
|
|
|
libperf: Avoid internal moving of fdarray fds
Alexey Budankov
2020-07-21
2
-24
/
+7
|
*
|
|
|
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
7
-1
/
+23
|
*
|
|
|
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
2020-07-10
14
-3
/
+216
|
*
|
|
|
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
58
-234
/
+827
|
|
\
\
\
\
|
*
|
|
|
|
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
|
*
|
|
|
|
tools lib traceevent: Fix reporting of unknown SVM exit reasons
Jan Kiszka
2020-07-06
1
-1
/
+1
|
*
|
|
|
|
tools lib traceevent: Change to SPDX License format
Steven Rostedt (VMware)
2020-07-06
11
-174
/
+11
|
*
|
|
|
|
tools lib traceevent: Add builtin handler for trace_marker_raw
Steven Rostedt (VMware)
2020-07-06
1
-0
/
+41
|
*
|
|
|
|
tools lib traceevent: Move kernel_stack event handler to "function" plugin.
Tzvetomir Stoyanov (VMware)
2020-07-06
1
-0
/
+41
|
*
|
|
|
|
tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex
Julia Cartwright
2020-07-06
3
-0
/
+139
|
*
|
|
|
|
tools lib traceevent: Add offset option for function plugin
Steven Rostedt (VMware)
2020-07-06
1
-2
/
+22
|
*
|
|
|
|
tools lib traceevent: Add more SVM exit reasons
Jan Kiszka
2020-07-06
1
-2
/
+21
|
*
|
|
|
|
tools lib traceevent: Add plugin for tlb_flush
Steven Rostedt (Red Hat)
2020-07-06
3
-0
/
+83
|
*
|
|
|
|
tools lib traceevent: Optimize pretty_print() function
Tzvetomir Stoyanov (VMware)
2020-07-06
3
-197
/
+495
|
*
|
|
|
|
tools lib traceevent: Add support for more printk format specifiers
Tzvetomir Stoyanov (VMware)
2020-07-06
1
-74
/
+289
|
*
|
|
|
|
tools lib traceevent: Introduced new traceevent API, for adding new plugins d...
Tzvetomir Stoyanov (VMware)
2020-07-06
4
-1
/
+82
|
*
|
|
|
|
tools lib traceevent: Add interface for options to plugins
Tzvetomir Stoyanov (VMware)
2020-07-06
2
-0
/
+174
|
*
|
|
|
|
tools lib traceevent: Add tep_load_plugins_hook() API
Tzvetomir Stoyanov (VMware)
2020-07-06
2
-10
/
+15
|
*
|
|
|
|
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
[prev]
[next]