summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf report: Show call graph from reference eventsKan Liang2015-08-125-4/+33
* perf callchain: Allow disabling call graphs per eventKan Liang2015-08-126-10/+28
* perf callchain: Per-event type selection supportKan Liang2015-08-127-3/+86
* perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu2015-08-121-5/+13
* perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo2015-08-121-11/+8Star
* perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo2015-08-126-22/+35
* perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo2015-08-128-22/+30
* perf trace: Beautify keyctl's option argArnaldo Carvalho de Melo2015-08-121-0/+10
* perf trace: Use the FD beautifier for socket syscall fdsArnaldo Carvalho de Melo2015-08-121-6/+12
* perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen2015-08-121-0/+2
* perf trace: Add missing clockid entriesArnaldo Carvalho de Melo2015-08-121-1/+2
* perf trace: Associate some more syscall args with the getname beautifierArnaldo Carvalho de Melo2015-08-121-5/+18
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-1227-173/+292
|\
| * perf evlist: Be more specific on -F/--freqNamhyung Kim2015-08-101-2/+7
| * perf record: Support per-event freq termNamhyung Kim2015-08-107-1/+16
| * perf report: Add support for srcfile sort keyAndi Kleen2015-08-105-0/+62
| * perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo2015-08-101-0/+3
| * perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo2015-08-101-0/+1
| * perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa2015-08-101-0/+1
| * perf tools: Support full source file paths for srclineAndi Kleen2015-08-106-1/+15
| * perf callchain: Move option parsing code to util.cKan Liang2015-08-084-88/+94
| * perf stat: Move perf_counts struct and functions into separate objectJiri Olsa2015-08-088-81/+93
* | perf/x86/intel/pt: Clean up files of Intel Processor TraceTakao Indoh2015-08-122-32/+11Star
* | perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin2015-08-121-1/+4
* | perf/x86: Fix MSR PMU driverPeter Zijlstra2015-08-121-84/+84
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-08-124-38/+90
|\ \ | |/ |/|
| * perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming2015-08-121-5/+3Star
| * perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra2015-08-121-7/+16
| * perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-08-121-20/+55
| * perf: Fix double-free of the AUX bufferBen Hutchings2015-08-121-4/+6
| * perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-08-041-2/+10
* | Merge tag 'perf-ebpf-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-0818-1/+2014
|\ \
| * | perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan2015-08-077-0/+124
| * | perf tools: Auto detecting kernel include optionsWang Nan2015-08-071-5/+55
| * | perf tools: Auto detecting kernel build directoryWang Nan2015-08-071-1/+79
| * | perf tools: Call clang to compile C source to object codeWang Nan2015-08-072-0/+229
| * | perf tools: Introduce llvm config optionsWang Nan2015-08-074-0/+86
| * | bpf tools: Link all bpf objects onto a listWang Nan2015-08-072-0/+39
| * | bpf tools: Introduce accessors for struct bpf_programWang Nan2015-08-072-0/+96
| * | bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-071-0/+90
| * | bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2015-08-072-0/+41
| * | bpf tools: Relocate eBPF programsWang Nan2015-08-071-0/+52
| * | bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-072-0/+106
| * | bpf tools: Add bpf.c/h for common bpf operationsWang Nan2015-08-073-1/+68
| * | bpf tools: Record map accessing instructions for each programWang Nan2015-08-072-0/+137
| * | bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan2015-08-071-0/+26
| * | bpf tools: Collect eBPF programs from their own sectionsWang Nan2015-08-071-0/+114
| * | bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan2015-08-071-0/+10
| * | bpf tools: Collect map definitions from 'maps' sectionWang Nan2015-08-071-0/+29
| * | bpf tools: Collect version and license from ELF sectionsWang Nan2015-08-071-0/+53