summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf annotate: Introduce basic support for ARCEugeniy Paltsev2018-12-173-1/+24
* | | perf config: Modify size factor of snprintfSihyeon Jang2018-12-171-2/+2
* | | perf record: Fix memory leak on AIO objects deallocationAlexey Budankov2018-12-171-0/+6
* | | perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKXAndi Kleen2018-12-172-2/+2
* | | perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* | | perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier2018-12-173-4/+30
* | | perf cs-etm: Add support for ETMv3 trace decodingMathieu Poirier2018-12-171-0/+25
* | | perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier2018-12-172-14/+48
* | | perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa2018-12-173-4/+4
* | | perf top: Display slow reader warning when droping samplesJiri Olsa2018-12-171-1/+1
* | | perf top: Save and display the drop count statsJiri Olsa2018-12-174-5/+13
* | | perf top: Drop samples which are behind the refresh rateJiri Olsa2018-12-171-3/+22
* | | perf top: Set the 'session_done' volatile variable when exitingJiri Olsa2018-12-171-3/+9
* | | perf top: Use cond variable instead of a lockJiri Olsa2018-12-172-8/+20
* | | perf top: Add processing threadJiri Olsa2018-12-174-62/+151
* | | perf top: Move lost events warning to helplineJiri Olsa2018-12-171-11/+5
* | | perf top: Save and display the lost count statsJiri Olsa2018-12-174-4/+35
* | | perf ordered_events: Add private data memberJiri Olsa2018-12-173-4/+9
* | | perf ordered_events: Rework show_progress for __ordered_events__flushJiri Olsa2018-12-171-3/+5
* | | perf tools: Support 'srccode' outputAndi Kleen2018-12-1712-3/+339
* | | perf trace: We need to consider "nr" if "__syscall_nr" is not thereArnaldo Carvalho de Melo2018-12-171-1/+2
* | | perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-1714-50/+39
* | | perf tools: Fix diverse comment typosIngo Molnar2018-12-1711-12/+12
* | | perf bpf-loader: Fix debugging message typoIngo Molnar2018-12-171-1/+1
* | | perf tools Documentation: Fix diverse typosIngo Molnar2018-12-173-4/+4
* | | perf vendor events intel: Fix diverse typosIngo Molnar2018-12-1712-36/+36
* | | perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli2018-12-171-6/+14
* | | perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker2018-12-173-39/+70
* | | perf beauty mmap_flags: Fixed syntax error Fixed missing ']' errorSihyeon Jang2018-12-171-2/+2
* | | perf tools: traceevent API cleanup, remove __tep_data2host*()Tzvetomir Stoyanov2018-12-171-2/+2
* | | tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov2018-12-179-33/+33
* | | perf report: Documentation average IPC and IPC coverageJin Yao2018-12-171-0/+8
* | | perf report: Display average IPC and IPC coverage per symbolJin Yao2018-12-174-3/+87
* | | perf annotate: Create a annotate2 flag in struct symbolJin Yao2018-12-172-0/+2
* | | perf annotate: Compute average IPC and IPC coverage per symbolJin Yao2018-12-172-3/+43
* | | perf beauty mmap_flags: Check if the arch has a mmap.h fileArnaldo Carvalho de Melo2018-12-172-3/+3
* | | perf record: Extend trace writing to multi AIOAlexey Budankov2018-12-174-42/+102
* | | perf record: Enable asynchronous trace writingAlexey Budankov2018-12-177-9/+314
* | | perf mmap: Map data buffer for preserving collected dataAlexey Budankov2018-12-173-3/+59
* | | tools build feature: Check if libaio is availableAlexey Budankov2018-12-172-1/+12
* | | perf intel-pt: Fix error with config term "pt=0"Adrian Hunter2018-12-171-0/+11
* | | perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo2018-12-172-0/+5
* | | perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wen Yang2018-12-171-1/+1
OpenPOWER on IntegriCloud