aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16perf tools arm64: Add libdw DWARF post unwind support for ARM64Kim Phillips6-1/+92
2018-03-16perf c2c report: Add cacheline address count columnJiri Olsa1-6/+29
2018-03-16perf c2c report: Add span header over cacheline dataJiri Olsa1-5/+58
2018-03-16perf c2c report: Display node for cacheline addressJiri Olsa1-5/+114
2018-03-16perf c2c report: Call calc_width() only for displayed entriesJiri Olsa1-2/+1
2018-03-16perf c2c report: Make calc_width work with struct c2c_hist_entryJiri Olsa1-5/+9
2018-03-16perf c2c record: Record physical addresses in samplesJiri Olsa2-2/+3
2018-03-16perf tests: Add mem2node object testJiri Olsa4-0/+81
2018-03-16perf tools: Add mem2node objectJiri Olsa3-0/+154
2018-03-16perf env: Free memory nodes dataJiri Olsa1-0/+4
2018-03-13perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi1-11/+12
2018-03-13perf tests: Add breakpoint accounting/modify testJiri Olsa4-0/+201
2018-03-08perf tools: Update quipper informationStephane Eranian1-6/+1
2018-03-08perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter1-0/+63
2018-03-08perf annotate: Support to display the IPC/Cycle in TUI modeJin Yao1-6/+82
2018-03-08perf report: Provide libtraceevent with a kernel symbol resolverWang YanQing1-0/+9
2018-03-08perf build: Force llvm/clang test compile output to .make.outputJiri Olsa1-3/+6
2018-03-08perf build: Add llvm/clang make targets to FILESJiri Olsa1-1/+4
2018-03-08perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRAJiri Olsa1-1/+5
2018-03-08perf tools: Update tags with .cpp filesJiri Olsa1-3/+3
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa4-1/+316
2018-03-08perf c2c: Use mem_info refcnt logicJiri Olsa1-13/+11
2018-03-08perf tools: Add refcnt into struct mem_infoJiri Olsa4-6/+41
2018-03-08perf record: Remove progname from struct recordJiri Olsa1-3/+0
2018-03-08perf record: Move machine variable down the functionJiri Olsa1-3/+1
2018-03-08perf report: Display perf.data header infoJiri Olsa1-1/+6
2018-03-08perf report: Fix the output for stdio events listJiri Olsa4-9/+34
2018-03-08perf annotate: Fix s390 target function disassemblyThomas Richter2-2/+53
2018-03-08perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter1-3/+4
2018-03-08perf intel-pt: Remove a check for sampling modeAdrian Hunter1-3/+0
2018-03-08perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter1-13/+11
2018-03-08perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter1-36/+3
2018-03-08perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULLAdrian Hunter1-9/+5
2018-03-08perf intel-pt: Fix timestamp following overflowAdrian Hunter1-0/+1
2018-03-08perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter1-0/+1
2018-03-08perf intel-pt: Fix sync_switchAdrian Hunter1-7/+25
2018-03-08perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter3-35/+34
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang17-40/+18
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang17-22/+17
2018-03-08perf mmap: Simplify perf_mmap__consume()Kan Liang15-18/+18
2018-03-08perf mmap: Use stored 'overwrite' in perf_mmap__consume()Kan Liang1-2/+2
2018-03-08perf mmap: Use the stored data in perf_mmap__read_event()Kan Liang1-10/+8
2018-03-08perf mmap: Use the stored scope data in perf_mmap__push()Kan Liang3-15/+15
2018-03-08perf mmap: Store mmap scope in struct perf_mmap()Kan Liang2-4/+10
2018-03-08perf evlist: Store 'overwrite' in struct perf_mmapKan Liang2-3/+6
2018-03-08perf pmu: Auto-merge PMU events created by prefix or glob matchAgustin Vega-Frias4-18/+15
2018-03-08perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias4-2/+37
2018-03-08perf pmu: Support wildcards on pmu name in dynamic pmu eventsAgustin Vega-Frias4-4/+33
2018-03-07perf tools: Correct title markers for asciidoctorTakashi Iwai5-5/+5
2018-03-07perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptrAdrian Hunter1-8/+15