summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-17perf tools: Add Intel PT instruction decoderAdrian Hunter12-3/+2803
2015-08-17perf tools: Add Intel PT packet decoderAdrian Hunter4-0/+466
2015-08-17perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter2-0/+2
2015-08-17perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter2-0/+25
2015-08-17perf symbols: Fix annotation of vdsoAdrian Hunter1-0/+11
2015-08-17perf annotate: Fix 32-bit compilation error in util/annotate.cAdrian Hunter1-2/+2
2015-08-17perf script: Initialize callchain_param.record_modeJiri Olsa1-0/+17
2015-08-14perf trace: Move vfs_getname storage to per thread areaArnaldo Carvalho de Melo1-11/+27
2015-08-13perf probe: Fix to add missed brace around if blockMasami Hiramatsu1-1/+2
2015-08-13perf tools: Support static linking with libdwAndi Kleen2-2/+11
2015-08-13Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar27-81/+307
2015-08-12perf tests: Add tests to callgraph and time parseKan Liang1-0/+38
2015-08-12perf report: Show call graph from reference eventsKan Liang5-4/+33
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang6-10/+28
2015-08-12perf callchain: Per-event type selection supportKan Liang7-3/+86
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu1-5/+13
2015-08-12perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo1-11/+8
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo6-22/+35
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo8-22/+30
2015-08-12perf trace: Beautify keyctl's option argArnaldo Carvalho de Melo1-0/+10
2015-08-12perf trace: Use the FD beautifier for socket syscall fdsArnaldo Carvalho de Melo1-6/+12
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen1-0/+2
2015-08-12perf trace: Add missing clockid entriesArnaldo Carvalho de Melo1-1/+2
2015-08-12perf trace: Associate some more syscall args with the getname beautifierArnaldo Carvalho de Melo1-5/+18
2015-08-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar27-173/+292
2015-08-12perf/x86/intel/pt: Clean up files of Intel Processor TraceTakao Indoh2-32/+11
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin1-1/+4
2015-08-12perf/x86: Fix MSR PMU driverPeter Zijlstra1-84/+84
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar4-38/+90
2015-08-12perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming1-5/+3
2015-08-12perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra1-7/+16
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra1-20/+55
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings1-4/+6
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim1-2/+7
2015-08-10perf record: Support per-event freq termNamhyung Kim7-1/+16
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen5-0/+62
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo1-0/+3
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo1-0/+1
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa1-0/+1
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen6-1/+15
2015-08-08perf callchain: Move option parsing code to util.cKan Liang4-88/+94
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa8-81/+93
2015-08-08Merge tag 'perf-ebpf-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar18-1/+2014
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan7-0/+124
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan1-5/+55
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan1-1/+79
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan2-0/+229
2015-08-07perf tools: Introduce llvm config optionsWang Nan4-0/+86
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan2-0/+39
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan2-0/+96