aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2019-07-31perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-19perf trace: Allow dumping a BPF map after setting up BPF eventsArnaldo Carvalho de Melo
2019-02-14perf trace: Filter out gnome-terminal* parentArnaldo Carvalho de Melo
2019-02-14perf trace: Check if the 'fd' is negative when mapping it to pathnameArnaldo Carvalho de Melo
2019-02-09Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-02-04perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo
2019-01-25perf trace: Fixup etcsnoop exampleArnaldo Carvalho de Melo
2019-01-08perf trace: Fix alignment for [continued] linesArnaldo Carvalho de Melo
2019-01-08perf trace: Fix ')' placement in "interrupted" syscall linesArnaldo Carvalho de Melo
2018-12-28perf trace beauty: Export function to get the files for a threadArnaldo Carvalho de Melo
2018-12-28perf trace: Store the major number for a file when storing its pathnameArnaldo Carvalho de Melo
2018-12-28perf trace: Move the files table resizing to outside set_pathname()Arnaldo Carvalho de Melo
2018-12-28perf trace: Rename thread_thread->paths to thread_trace->filesArnaldo Carvalho de Melo
2018-12-21perf trace: Do not hardcode the size of the tracepoint common_ fieldsArnaldo Carvalho de Melo
2018-12-21perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setti...Arnaldo Carvalho de Melo
2018-12-18perf beauty mmap: Print mmap's 'offset' arg in hexadecimalArnaldo Carvalho de Melo
2018-12-18perf trace beauty: Beautify arch_prctl()'s argumentsArnaldo Carvalho de Melo
2018-12-18perf trace: When showing string prefixes show prefix + ??? for unknown entriesArnaldo Carvalho de Melo
2018-12-18perf trace: Move strarrays to beauty.h for further reuseArnaldo Carvalho de Melo
2018-12-18perf trace: Show NULL when syscall pointer args are 0Arnaldo Carvalho de Melo
2018-12-18perf trace: Enclose the errno strings with ()Arnaldo Carvalho de Melo
2018-12-18perf trace: Add alignment spaces after the closing parensArnaldo Carvalho de Melo
2018-12-18perf trace: Allow asking for not suppressing common string prefixesArnaldo Carvalho de Melo
2018-12-18perf trace: Add a prefix member to the strarray classArnaldo Carvalho de Melo
2018-12-18perf trace: Enclose strings with double quotesArnaldo Carvalho de Melo
2018-12-18perf trace: Make the alignment of the syscall args be configurableArnaldo Carvalho de Melo
2018-12-18perf trace: Allow suppressing the syscall argument namesArnaldo Carvalho de Melo
2018-12-18perf trace: Allow configuring if the syscall start timestamp should be printedArnaldo Carvalho de Melo
2018-12-18perf trace: Allow configuring default for perf_event_attr.inheritArnaldo Carvalho de Melo
2018-12-18perf trace: Allow configuring if the syscall duration should be printedArnaldo Carvalho de Melo
2018-12-18perf trace: Allow configuring if zeroed syscall args should be printedArnaldo Carvalho de Melo
2018-12-18perf trace: Allow specifying a set of events to add in perfconfigArnaldo Carvalho de Melo
2018-12-18perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m...Arnaldo Carvalho de Melo
2018-12-18perf trace: Implement syscall filtering in augmented_syscallsArnaldo Carvalho de Melo
2018-12-18perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentationArnaldo Carvalho de Melo
2018-12-18perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filterArnaldo Carvalho de Melo
2018-12-18perf trace beauty: renameat's newdirfd may also be AT_FDCWDArnaldo Carvalho de Melo
2018-12-18perf trace: Beautify renameat2's flags argumentArnaldo Carvalho de Melo
2018-12-18perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWDArnaldo Carvalho de Melo
2018-12-18perf trace: Allow selecting use the use of the ordered_events codeArnaldo Carvalho de Melo
2018-12-18perf trace: Rename delivery functions to ease making ordered_events selectableArnaldo Carvalho de Melo
2018-12-17perf trace: Add ordered processingJiri Olsa
2018-12-17perf trace: Move event delivery to a new deliver_event() functionJiri Olsa
2018-12-17perf trace: We need to consider "nr" if "__syscall_nr" is not thereArnaldo Carvalho de Melo
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton