aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-18perf symbols: Relax checks on perf-PID.map ownershipArnaldo Carvalho de Melo1-11/+0
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan3-8/+50
2018-12-18perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan1-1/+1
2018-12-18perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan1-1/+0
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan3-12/+12
2018-12-18perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan1-3/+3
2018-12-18perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan1-3/+0
2018-12-18perf cs-etm: Avoid stale branch samples when flush packetLeo Yan1-1/+34
2018-12-18perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan1-1/+1
2018-12-18perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo1-1/+1
2018-12-18perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo1-1/+3
2018-12-18perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo1-0/+4
2018-12-18perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter1-7/+4
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter2-3/+4
2018-12-17perf ordered_events: Add first_time() methodJiri Olsa2-0/+12
2018-12-17perf ordered_events: Add ordered_events__flush_time interfaceJiri Olsa2-4/+21
2018-12-17perf annotate: Introduce basic support for ARCEugeniy Paltsev1-0/+5
2018-12-17perf config: Modify size factor of snprintfSihyeon Jang1-2/+2
2018-12-17perf record: Fix memory leak on AIO objects deallocationAlexey Budankov1-0/+6
2018-12-17perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-12-17perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier3-4/+30
2018-12-17perf cs-etm: Add support for ETMv3 trace decodingMathieu Poirier1-0/+25
2018-12-17perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier2-14/+48
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa1-0/+1
2018-12-17perf top: Save and display the drop count statsJiri Olsa2-4/+5
2018-12-17perf top: Use cond variable instead of a lockJiri Olsa1-1/+3
2018-12-17perf top: Add processing threadJiri Olsa3-1/+10
2018-12-17perf top: Save and display the lost count statsJiri Olsa2-4/+4
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 Kleen10-0/+293
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton5-30/+21
2018-12-17perf tools: Fix diverse comment typosIngo Molnar7-8/+8
2018-12-17perf bpf-loader: Fix debugging message typoIngo Molnar1-1/+1
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker3-39/+70
2018-12-17perf tools: traceevent API cleanup, remove __tep_data2host*()Tzvetomir Stoyanov1-2/+2
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'Tzvetomir Stoyanov8-32/+32
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao3-0/+64
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-17perf record: Extend trace writing to multi AIOAlexey Budankov2-25/+48
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov4-5/+94
2018-12-17perf mmap: Map data buffer for preserving collected dataAlexey Budankov3-3/+59
2018-12-17perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wen Yang1-1/+1