summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan1-0/+90
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2-0/+41
2015-08-07bpf tools: Relocate eBPF programsWang Nan1-0/+52
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan2-0/+106
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan3-1/+68
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan2-0/+137
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan1-0/+26
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan1-0/+114
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan1-0/+10
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan1-0/+29
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan1-0/+53
2015-08-07bpf tools: Iterate over ELF sections to collect informationWang Nan1-0/+53
2015-08-07bpf tools: Check endianness and make libbpf fail earlyWang Nan1-0/+30
2015-08-07bpf tools: Read eBPF object from bufferWang Nan2-12/+52
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan2-0/+166
2015-08-07bpf tools: Allow caller to set printing functionWang Nan2-0/+52
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan7-1/+246
2015-08-07Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar39-225/+716
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter1-1/+1