summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-12perf tests: Add tests to callgraph and time parseKan Liang
2015-08-12perf report: Show call graph from reference eventsKan Liang
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-08-12perf callchain: Per-event type selection supportKan Liang
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu
2015-08-12perf hists browser: Make ESC unzoom as wellArnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo
2015-08-12perf trace: Beautify keyctl's option argArnaldo Carvalho de Melo
2015-08-12perf trace: Use the FD beautifier for socket syscall fdsArnaldo Carvalho de Melo
2015-08-12perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processingAndi Kleen
2015-08-12perf trace: Add missing clockid entriesArnaldo Carvalho de Melo
2015-08-12perf trace: Associate some more syscall args with the getname beautifierArnaldo Carvalho de Melo
2015-08-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-08-12perf/x86/intel/pt: Clean up files of Intel Processor TraceTakao Indoh
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin
2015-08-12perf/x86: Fix MSR PMU driverPeter Zijlstra
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-08-12perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming
2015-08-12perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings
2015-08-10perf evlist: Be more specific on -F/--freqNamhyung Kim
2015-08-10perf record: Support per-event freq termNamhyung Kim
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa
2015-08-08Merge tag 'perf-ebpf-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan
2015-08-07perf tools: Introduce llvm config optionsWang Nan
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan
2015-08-07bpf tools: Relocate eBPF programsWang Nan
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan