summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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...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
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter1-8/+8
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 Hunter2-0/+5
2018-12-17perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo1-1/+1
2018-12-17perf map: Remove extra indirection from map__find()Eric Saint-Etienne1-7/+6
2018-12-17perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian1-5/+11
2018-12-17perf stat: Fix shadow stats for clock eventsRavi Bangoria1-1/+2
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang2-39/+39
2018-11-21perf symbols: Fix slowness due to -ffunction-sectionEric Saint-Etienne3-2/+42
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang1-1/+1
2018-11-21perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria1-2/+1
2018-11-21perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2018-11-21perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*Arnaldo Carvalho de Melo2-8/+8
2018-11-19perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2-2/+16
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo3-0/+23
2018-11-12perf tools: Fix crash on synthesizing the unitJiri Olsa1-1/+1
2018-11-06Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/s...Ingo Molnar8-5/+54
2018-11-06perf tools: Do not zero sample_id_all for group membersJiri Olsa1-1/+0
2018-11-05perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter1-0/+4
2018-11-05perf intel-pt: Add more event information to debug logAdrian Hunter3-3/+19
2018-11-05perf stat: Handle different PMU names with common prefixThomas Richter1-1/+1
2018-11-05perf evlist: Move perf_evsel__reset_weak_group into evlistAndi Kleen2-0/+30
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-66/+269
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2-14/+25
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter3-12/+40