Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 | Thomas Gleixner | 1 | -2/+1 |
2019-02-22 | perf data: Add global path holder | Jiri Olsa | 1 | -5/+3 |
2019-02-19 | perf trace: Allow dumping a BPF map after setting up BPF events | Arnaldo Carvalho de Melo | 1 | -0/+19 |
2019-02-14 | perf trace: Filter out gnome-terminal* parent | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-02-14 | perf trace: Check if the 'fd' is negative when mapping it to pathname | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2019-02-09 | Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -0/+2 |
2019-02-09 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -7/+18 |
2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-02-04 | perf trace: Support multiple "vfs_getname" probes | Arnaldo Carvalho de Melo | 1 | -7/+18 |
2019-01-25 | perf trace: Fixup etcsnoop example | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-01-08 | perf trace: Fix alignment for [continued] lines | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2019-01-08 | perf trace: Fix ')' placement in "interrupted" syscall lines | Arnaldo Carvalho de Melo | 1 | -2/+8 |
2018-12-28 | perf trace beauty: Export function to get the files for a thread | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2018-12-28 | perf trace: Store the major number for a file when storing its pathname | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2018-12-28 | perf trace: Move the files table resizing to outside set_pathname() | Arnaldo Carvalho de Melo | 1 | -6/+16 |
2018-12-28 | perf trace: Rename thread_thread->paths to thread_trace->files | Arnaldo Carvalho de Melo | 1 | -19/+23 |
2018-12-21 | perf trace: Do not hardcode the size of the tracepoint common_ fields | Arnaldo Carvalho de Melo | 1 | -21/+52 |
2018-12-21 | perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setti... | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2018-12-18 | perf beauty mmap: Print mmap's 'offset' arg in hexadecimal | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2018-12-18 | perf trace beauty: Beautify arch_prctl()'s arguments | Arnaldo Carvalho de Melo | 1 | -1/+4 |
2018-12-18 | perf trace: When showing string prefixes show prefix + ??? for unknown entries | Arnaldo Carvalho de Melo | 1 | -3/+11 |
2018-12-18 | perf trace: Move strarrays to beauty.h for further reuse | Arnaldo Carvalho de Melo | 1 | -16/+10 |
2018-12-18 | perf trace: Show NULL when syscall pointer args are 0 | Arnaldo Carvalho de Melo | 1 | -16/+12 |
2018-12-18 | perf trace: Enclose the errno strings with () | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2018-12-18 | perf trace: Add alignment spaces after the closing parens | Arnaldo Carvalho de Melo | 1 | -11/+26 |
2018-12-18 | perf trace: Allow asking for not suppressing common string prefixes | Arnaldo Carvalho de Melo | 1 | -10/+20 |
2018-12-18 | perf trace: Add a prefix member to the strarray class | Arnaldo Carvalho de Melo | 1 | -10/+11 |
2018-12-18 | perf trace: Enclose strings with double quotes | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2018-12-18 | perf trace: Make the alignment of the syscall args be configurable | Arnaldo Carvalho de Melo | 1 | -3/+9 |
2018-12-18 | perf trace: Allow suppressing the syscall argument names | Arnaldo Carvalho de Melo | 1 | -4/+18 |
2018-12-18 | perf trace: Allow configuring if the syscall start timestamp should be printed | Arnaldo Carvalho de Melo | 1 | -1/+8 |
2018-12-18 | perf trace: Allow configuring default for perf_event_attr.inherit | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2018-12-18 | perf trace: Allow configuring if the syscall duration should be printed | Arnaldo Carvalho de Melo | 1 | -2/+7 |
2018-12-18 | perf trace: Allow configuring if zeroed syscall args should be printed | Arnaldo Carvalho de Melo | 1 | -1/+5 |
2018-12-18 | perf trace: Allow specifying a set of events to add in perfconfig | Arnaldo Carvalho de Melo | 1 | -0/+20 |
2018-12-18 | perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m... | Arnaldo Carvalho de Melo | 1 | -2/+11 |
2018-12-18 | perf trace: Implement syscall filtering in augmented_syscalls | Arnaldo Carvalho de Melo | 1 | -0/+66 |
2018-12-18 | perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation | Arnaldo Carvalho de Melo | 1 | -6/+10 |
2018-12-18 | perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2018-12-18 | perf trace beauty: renameat's newdirfd may also be AT_FDCWD | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2018-12-18 | perf trace: Beautify renameat2's flags argument | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2018-12-18 | perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2018-12-18 | perf trace: Allow selecting use the use of the ordered_events code | Arnaldo Carvalho de Melo | 1 | -6/+19 |
2018-12-18 | perf trace: Rename delivery functions to ease making ordered_events selectable | Arnaldo Carvalho de Melo | 1 | -7/+7 |
2018-12-17 | perf trace: Add ordered processing | Jiri Olsa | 1 | -1/+51 |
2018-12-17 | perf trace: Move event delivery to a new deliver_event() function | Jiri Olsa | 1 | -9/+16 |
2018-12-17 | perf trace: We need to consider "nr" if "__syscall_nr" is not there | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton | 1 | -3/+2 |
2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar | 1 | -1/+1 |