summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2018-12-18perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo 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-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-17perf ordered_events: Add first_time() methodJiri Olsa
2018-12-17perf ordered_events: Add ordered_events__flush_time interfaceJiri Olsa
2018-12-17perf annotate: Introduce basic support for ARCEugeniy Paltsev
2018-12-17perf config: Modify size factor of snprintfSihyeon Jang
2018-12-17perf record: Fix memory leak on AIO objects deallocationAlexey Budankov
2018-12-17perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-12-17perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier
2018-12-17perf cs-etm: Add support for ETMv3 trace decodingMathieu Poirier
2018-12-17perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa
2018-12-17perf top: Save and display the drop count statsJiri Olsa
2018-12-17perf top: Use cond variable instead of a lockJiri Olsa
2018-12-17perf top: Add processing threadJiri Olsa
2018-12-17perf top: Save and display the lost count statsJiri Olsa
2018-12-17perf ordered_events: Add private data memberJiri Olsa
2018-12-17perf ordered_events: Rework show_progress for __ordered_events__flushJiri Olsa
2018-12-17perf tools: Support 'srccode' outputAndi Kleen
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
2018-12-17perf bpf-loader: Fix debugging message typoIngo Molnar
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker
2018-12-17perf tools: traceevent API cleanup, remove __tep_data2host*()Tzvetomir Stoyanov
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao
2018-12-17perf annotate: Create a annotate2 flag in struct symbolJin Yao
2018-12-17perf annotate: Compute average IPC and IPC coverage per symbolJin Yao
2018-12-17perf record: Extend trace writing to multi AIOAlexey Budankov
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov
2018-12-17perf mmap: Map data buffer for preserving collected dataAlexey Budankov
2018-12-17perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wen Yang
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter
2018-12-17perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2018-12-17perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter
2018-12-17perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo
2018-12-17perf map: Remove extra indirection from map__find()Eric Saint-Etienne
2018-12-17perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian
2018-12-17perf stat: Fix shadow stats for clock eventsRavi Bangoria
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang
2018-11-21perf symbols: Fix slowness due to -ffunction-sectionEric Saint-Etienne