summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-12-17perf top: Save and display the drop count statsJiri Olsa4-5/+13
2018-12-17perf top: Drop samples which are behind the refresh rateJiri Olsa1-3/+22
2018-12-17perf top: Set the 'session_done' volatile variable when exitingJiri Olsa1-3/+9
2018-12-17perf top: Use cond variable instead of a lockJiri Olsa2-8/+20
2018-12-17perf top: Add processing threadJiri Olsa4-62/+151
2018-12-17perf top: Move lost events warning to helplineJiri Olsa1-11/+5
2018-12-17perf top: Save and display the lost count statsJiri Olsa4-4/+35
2018-12-17perf ordered_events: Add private data memberJiri Olsa3-4/+9
2018-12-17perf ordered_events: Rework show_progress for __ordered_events__flushJiri Olsa1-3/+5
2018-12-17perf tools: Support 'srccode' outputAndi Kleen12-3/+339
2018-12-17perf trace: We need to consider "nr" if "__syscall_nr" is not thereArnaldo Carvalho de Melo1-1/+2
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton14-50/+39
2018-12-17tools lib subcmd: Fix a few source code comment typosIngo Molnar1-2/+2
2018-12-17perf tools: Fix diverse comment typosIngo Molnar11-12/+12
2018-12-17perf bpf-loader: Fix debugging message typoIngo Molnar1-1/+1
2018-12-17perf tools Documentation: Fix diverse typosIngo Molnar3-4/+4
2018-12-17tools lib traceevent: Fix diverse typos in commentsIngo Molnar2-7/+7
2018-12-17perf vendor events intel: Fix diverse typosIngo Molnar12-36/+36
2018-12-17perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli1-6/+14
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker4-39/+78
2018-12-17perf beauty mmap_flags: Fixed syntax error Fixed missing ']' errorSihyeon Jang1-2/+2
2018-12-17tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov4-24/+18
2018-12-17perf tools: traceevent API cleanup, remove __tep_data2host*()Tzvetomir Stoyanov1-2/+2
2018-12-17tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov2-4/+4
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov20-198/+198
2018-12-17tools lib traceevent: Install trace-seq.h API header fileTzvetomir Stoyanov1-1/+2
2018-12-17tools lib traceevent: Added support for pkg-configTzvetomir Stoyanov2-3/+33
2018-12-17tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov2-0/+8
2018-12-17perf report: Documentation average IPC and IPC coverageJin Yao1-0/+8
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao4-3/+87
2018-12-17perf annotate: Create a annotate2 flag in struct symbolJin Yao2-0/+2
2018-12-17perf annotate: Compute average IPC and IPC coverage per symbolJin Yao2-3/+43
2018-12-17tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov1-1/+1
2018-12-17perf beauty mmap_flags: Check if the arch has a mmap.h fileArnaldo Carvalho de Melo2-3/+3
2018-12-17perf record: Extend trace writing to multi AIOAlexey Budankov4-42/+102
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov7-9/+314
2018-12-17perf mmap: Map data buffer for preserving collected dataAlexey Budankov3-3/+59
2018-12-17tools build feature: Check if libaio is availableAlexey Budankov6-4/+42
2018-12-17perf intel-pt: Fix error with config term "pt=0"Adrian Hunter1-0/+11
2018-12-17perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo2-0/+5
2018-12-17perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wen Yang1-1/+1
2018-12-17tools include: Adopt ERR_CAST() from the kernel err.h headerArnaldo Carvalho de Melo1-0/+13
2018-12-17perf test: Fix perf_event_attr test failureAdrian Hunter1-1/+1
2018-12-17perf tests record: Allow for 'sleep' being 'coreutils'Adrian Hunter1-2/+5
2018-12-17tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter1-5/+5
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter2-14/+14
2018-12-17perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter1-1/+1
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter4-0/+60
2018-12-17perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter4-0/+16
2018-12-17perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo1-1/+1