summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf stat: extend -D,--delay option with -1 valueAlexey Budankov2020-07-224-7/+21
| * | | | perf stat: Factor out event handling loop into dispatch_events()Alexey Budankov2020-07-221-12/+24
| * | | | perf stat: Factor out body of event handling loop for fork caseAlexey Budankov2020-07-221-4/+1
| * | | | perf stat: Move target check to loop control statementAlexey Budankov2020-07-221-3/+1
| * | | | perf stat: Factor out body of event handling loop for system wideAlexey Budankov2020-07-221-6/+11
| * | | | perf evlist: Implement control command handling functionsAlexey Budankov2020-07-222-0/+158
| * | | | perf evlist: Introduce control file descriptorsAlexey Budankov2020-07-222-0/+8
| * | | | libperf: Avoid counting of nonfilterable fdarray fdsAlexey Budankov2020-07-211-1/+2
| * | | | libperf: Add flags to fdarray fds objectsAlexey Budankov2020-07-216-12/+25
| * | | | libperf: Avoid internal moving of fdarray fdsAlexey Budankov2020-07-212-24/+7
| * | | | perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa2020-07-174-13/+18
| * | | | perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-176-9/+9
| * | | | perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu2020-07-171-2/+6
| * | | | perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-07-171-1/+1
| * | | | perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu2020-07-171-0/+3
| * | | | perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu2020-07-171-0/+10
| * | | | perf kmem: Pass additional arguments to 'perf record'Ian Rogers2020-07-101-1/+2
| * | | | perf parse-events: Report BPF errorsIan Rogers2020-07-101-18/+20
| * | | | perf script: Show text poke address symbolAdrian Hunter2020-07-106-13/+24
| * | | | perf script: Add option --show-text-poke-eventsAdrian Hunter2020-07-102-0/+23
| * | | | perf intel-pt: Add support for text poke eventsAdrian Hunter2020-07-102-0/+79
| * | | | perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter2020-07-107-1/+23
| * | | | perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter2020-07-1014-3/+216
| * | | | perf annotate: Fix non-null terminated buffer returned by readlink()Numfor Mbiziwo-Tiapo2020-07-091-4/+11
| * | | | perf inject jit: Remove //anon mmap eventsSteve MacLean2020-07-082-3/+32
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-07-0858-234/+827
| |\ \ \ \
| * | | | | perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...Sven Schnelle2020-07-071-0/+2
| * | | | | perf vendor events power9: Added nest imc metric eventsKajol Jain2020-07-061-0/+35
| * | | | | tools lib traceevent: Fix reporting of unknown SVM exit reasonsJan Kiszka2020-07-061-1/+1
| * | | | | tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2020-07-0611-174/+11
| * | | | | tools lib traceevent: Add builtin handler for trace_marker_rawSteven Rostedt (VMware)2020-07-061-0/+41
| * | | | | tools lib traceevent: Move kernel_stack event handler to "function" plugin.Tzvetomir Stoyanov (VMware)2020-07-061-0/+41
| * | | | | tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futexJulia Cartwright2020-07-063-0/+139
| * | | | | tools lib traceevent: Add offset option for function pluginSteven Rostedt (VMware)2020-07-061-2/+22
| * | | | | tools lib traceevent: Add more SVM exit reasonsJan Kiszka2020-07-061-2/+21
| * | | | | tools lib traceevent: Add plugin for tlb_flushSteven Rostedt (Red Hat)2020-07-063-0/+83
| * | | | | tools lib traceevent: Optimize pretty_print() functionTzvetomir Stoyanov (VMware)2020-07-063-197/+495
| * | | | | tools lib traceevent: Add support for more printk format specifiersTzvetomir Stoyanov (VMware)2020-07-061-74/+289
| * | | | | tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)2020-07-064-1/+82
| * | | | | tools lib traceevent: Add interface for options to pluginsTzvetomir Stoyanov (VMware)2020-07-062-0/+174
| * | | | | tools lib traceevent: Add tep_load_plugins_hook() APITzvetomir Stoyanov (VMware)2020-07-062-10/+15
| * | | | | perf parse-events: Disable a subset of bison warningsIan Rogers2020-07-021-3/+11
| * | | | | perf parse-events: Disable a subset of flex warningsIan Rogers2020-07-021-3/+13
| * | | | | perf parse-events: Declare bison header file outputIan Rogers2020-06-231-6/+9
| * | | | | perf expr: Add missing headers noticed when building with NO_LIBBPF=1Arnaldo Carvalho de Melo2020-06-231-0/+3
| * | | | | perf parse-events: Declare flex header file outputIan Rogers2020-06-221-6/+9
| * | | | | perf pmu: Add flex debug build flagIan Rogers2020-06-221-1/+1
| * | | | | perf pmu: Add bison debug build flagIan Rogers2020-06-221-1/+1
| * | | | | perf parse-events: Use automatic variable for yacc inputIan Rogers2020-06-221-3/+3
| * | | | | perf parse-events: Use automatic variable for flex inputIan Rogers2020-06-221-3/+3