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