summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Add a prefix member to the strarray classArnaldo Carvalho de Melo2018-12-1812-31/+35
* perf trace: Enclose strings with double quotesArnaldo Carvalho de Melo2018-12-181-1/+1
* perf trace: Make the alignment of the syscall args be configurableArnaldo Carvalho de Melo2018-12-182-3/+13
* perf trace: Allow suppressing the syscall argument namesArnaldo Carvalho de Melo2018-12-182-4/+22
* perf trace: Allow configuring if the syscall start timestamp should be printedArnaldo Carvalho de Melo2018-12-182-1/+11
* perf trace: Allow configuring default for perf_event_attr.inheritArnaldo Carvalho de Melo2018-12-182-0/+5
* perf config: Show the configuration when no arguments are providedArnaldo Carvalho de Melo2018-12-181-4/+3Star
* perf trace: Allow configuring if the syscall duration should be printedArnaldo Carvalho de Melo2018-12-182-2/+11
* perf trace: Allow configuring if zeroed syscall args should be printedArnaldo Carvalho de Melo2018-12-182-1/+7
* perf trace: Allow specifying a set of events to add in perfconfigArnaldo Carvalho de Melo2018-12-182-0/+28
* perf augmented_raw_syscalls: Do not include stdio.hArnaldo Carvalho de Melo2018-12-181-1/+0Star
* perf cs-etm: Generate branch sample for exception packetLeo Yan2018-12-183-8/+50
* perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan2018-12-181-1/+1
* perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan2018-12-181-1/+0Star
* perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan2018-12-183-12/+12
* perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan2018-12-181-3/+3
* perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan2018-12-181-3/+0Star
* perf cs-etm: Avoid stale branch samples when flush packetLeo Yan2018-12-181-1/+34
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2018-12-181-1/+1
* perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m...Arnaldo Carvalho de Melo2018-12-181-2/+11
* perf augmented_syscalls: Switch to using a struct for the syscalls map valuesArnaldo Carvalho de Melo2018-12-181-7/+11
* perf bpf: Move perf_event_output() from stdio.h to bpf.hArnaldo Carvalho de Melo2018-12-182-3/+2Star
* perf trace: Implement syscall filtering in augmented_syscallsArnaldo Carvalho de Melo2018-12-182-1/+91
* perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentationArnaldo Carvalho de Melo2018-12-181-6/+10
* perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filterArnaldo Carvalho de Melo2018-12-181-1/+6
* perf tools: Link libperf-jvmti.so with LDFLAGS variableJiri Olsa2018-12-181-1/+1
* tools lib traceevent: Use LDFLAGS in the build commandsJiri Olsa2018-12-181-2/+2
* perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo2018-12-181-1/+1
* perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo2018-12-182-0/+5
* perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo2018-12-181-1/+3
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2018-12-182-0/+5
* tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo2018-12-181-2/+0Star
* perf trace beauty: renameat's newdirfd may also be AT_FDCWDArnaldo Carvalho de Melo2018-12-181-1/+2
* perf trace: Beautify renameat2's flags argumentArnaldo Carvalho de Melo2018-12-184-1/+25
* perf beauty: Wire up the renameat flags table generator to the MakefileArnaldo Carvalho de Melo2018-12-181-0/+8
* perf beauty: Add a string table generator for renameat2's flags constantsArnaldo Carvalho de Melo2018-12-181-0/+15
* perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWDArnaldo Carvalho de Melo2018-12-181-0/+3
* perf trace: Allow selecting use the use of the ordered_events codeArnaldo Carvalho de Melo2018-12-182-6/+25
* perf trace: Rename delivery functions to ease making ordered_events selectableArnaldo Carvalho de Melo2018-12-181-7/+7
* tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)2018-12-181-0/+1
* perf stat: Avoid segfaults caused by negated optionsMichael Petlan2018-12-181-1/+7
* perf tests: Use shebangs in the shell scriptsMichael Petlan2018-12-185-0/+7
* perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter2018-12-181-7/+4Star
* perf dso: Export data_file_size() method there are no symbolsAdrian Hunter2018-12-182-3/+4
* Merge tag 'perf-core-for-mingo-4.21-20181217' of git://git.kernel.org/pub/scm...Ingo Molnar2018-12-18119-572/+2051
|\
| * perf trace: Add ordered processingJiri Olsa2018-12-171-1/+51
| * perf ordered_events: Add first_time() methodJiri Olsa2018-12-172-0/+12
| * perf trace: Move event delivery to a new deliver_event() functionJiri Olsa2018-12-171-9/+16
| * perf ordered_events: Add ordered_events__flush_time interfaceJiri Olsa2018-12-172-4/+21
| * perf annotate: Introduce basic support for ARCEugeniy Paltsev2018-12-173-1/+24