summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 config: Show the configuration when no arguments are providedArnaldo 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 augmented_raw_syscalls: Do not include stdio.hArnaldo Carvalho de Melo
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan
2018-12-18perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan
2018-12-18perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan
2018-12-18perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan
2018-12-18perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan
2018-12-18perf cs-etm: Avoid stale branch samples when flush packetLeo Yan
2018-12-18perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan
2018-12-18perf trace: Switch to using a struct for the aumented_raw_syscalls syscalls m...Arnaldo Carvalho de Melo
2018-12-18perf augmented_syscalls: Switch to using a struct for the syscalls map valuesArnaldo Carvalho de Melo
2018-12-18perf bpf: Move perf_event_output() from stdio.h to bpf.hArnaldo 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 tools: Link libperf-jvmti.so with LDFLAGS variableJiri Olsa
2018-12-18tools lib traceevent: Use LDFLAGS in the build commandsJiri Olsa
2018-12-18perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo
2018-12-18perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo
2018-12-18perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo
2018-12-18perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo
2018-12-18tools lib subcmd: Don't add the kernel sources to the include pathArnaldo 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 beauty: Wire up the renameat flags table generator to the MakefileArnaldo Carvalho de Melo
2018-12-18perf beauty: Add a string table generator for renameat2's flags constantsArnaldo 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-18tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)
2018-12-18perf stat: Avoid segfaults caused by negated optionsMichael Petlan
2018-12-18perf tests: Use shebangs in the shell scriptsMichael Petlan
2018-12-18perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter
2018-12-18Merge tag 'perf-core-for-mingo-4.21-20181217' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-12-17perf trace: Add ordered processingJiri Olsa
2018-12-17perf ordered_events: Add first_time() methodJiri Olsa
2018-12-17perf trace: Move event delivery to a new deliver_event() functionJiri Olsa
2018-12-17perf ordered_events: Add ordered_events__flush_time interfaceJiri Olsa