summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Move pcnt_with() to the annotation libraryArnaldo Carvalho de Melo2018-03-201-0/+5
* perf annotate: Stop using a global config structArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move nr_events from annotate_browser to annotation structArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate: Move compute_ipc() to annotation libraryArnaldo Carvalho de Melo2018-03-202-0/+62
* perf annotate: Move annotation_line array from TUI to generic codeArnaldo Carvalho de Melo2018-03-201-0/+1
* perf annotate tui: Move have_cycles to struct annotationArnaldo Carvalho de Melo2018-03-201-0/+6
* perf annotate: Move cycles/IPC formatting width constants outside TUIArnaldo Carvalho de Melo2018-03-201-0/+3
* perf annotate: Move annotation_options out of the TUI browserArnaldo Carvalho de Melo2018-03-201-0/+10
* perf unwind: Report error from dwfl_attach_stateMartin Vuille2018-03-201-1/+2
* perf probe: Use right type to access array elementsMasami Hiramatsu2018-03-191-8/+5
* perf annotate: Use ops->target.name when available for unresolved call targetsArnaldo Carvalho de Melo2018-03-191-0/+3
* perf tools: Fix python extension build for gcc 8Jiri Olsa2018-03-191-0/+2
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-03-193-4/+4
* perf debug: Avoid setting 'quiet' to 'true' unnecessarilyYisheng Xie2018-03-161-1/+0
* perf mmap: Discard head in overwrite_rb_find_range()Yisheng Xie2018-03-161-8/+7
* perf report: Support forced leader feature in pipe modeJiri Olsa2018-03-161-1/+10
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-03-161-5/+12
* perf machine: Fix mmap name setupJiri Olsa2018-03-161-15/+13
* perf stat: Make function perf_stat_evsel_id_init staticThomas Richter2018-03-162-3/+1
* perf llvm: Display eBPF compiling command in debug outputJiri Olsa2018-03-161-0/+14
* perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille2018-03-161-1/+1
* perf tools: Add mem2node objectJiri Olsa2018-03-163-0/+154
* perf env: Free memory nodes dataJiri Olsa2018-03-161-0/+4
* perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-083-0/+315
* perf tools: Add refcnt into struct mem_infoJiri Olsa2018-03-084-6/+41
* perf report: Display perf.data header infoJiri Olsa2018-03-081-1/+6
* perf report: Fix the output for stdio events listJiri Olsa2018-03-082-4/+17
* perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-081-1/+1
* perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter2018-03-081-3/+4
* perf intel-pt: Remove a check for sampling modeAdrian Hunter2018-03-081-3/+0
* perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter2018-03-081-13/+11
* perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter2018-03-081-36/+3
* perf intel-pt: Fix timestamp following overflowAdrian Hunter2018-03-081-0/+1
* perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter2018-03-081-0/+1
* perf intel-pt: Fix sync_switchAdrian Hunter2018-03-081-7/+25
* perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2018-03-083-35/+34
* perf mmap: Simplify perf_mmap__read_init()Kan Liang2018-03-083-12/+4
* perf mmap: Simplify perf_mmap__read_event()Kan Liang2018-03-083-8/+3
* perf mmap: Simplify perf_mmap__consume()Kan Liang2018-03-083-5/+5
* perf mmap: Use stored 'overwrite' in perf_mmap__consume()Kan Liang2018-03-081-2/+2
* perf mmap: Use the stored data in perf_mmap__read_event()Kan Liang2018-03-081-10/+8
* perf mmap: Use the stored scope data in perf_mmap__push()Kan Liang2018-03-082-14/+14
* perf mmap: Store mmap scope in struct perf_mmap()Kan Liang2018-03-082-4/+10
* perf evlist: Store 'overwrite' in struct perf_mmapKan Liang2018-03-082-3/+6
* perf pmu: Auto-merge PMU events created by prefix or glob matchAgustin Vega-Frias2018-03-083-13/+6
* perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias2018-03-083-1/+9
* perf pmu: Support wildcards on pmu name in dynamic pmu eventsAgustin Vega-Frias2018-03-082-3/+13
* perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptrAdrian Hunter2018-03-071-8/+15
* perf auxtrace: Rename some buffer-queuing functionsAdrian Hunter2018-03-071-10/+10
* perf auxtrace: Add missing parameters from kernel-doc commentsAdrian Hunter2018-03-071-0/+2
OpenPOWER on IntegriCloud