summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter1-1/+29
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter2-1/+17
2015-08-06perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter1-14/+14
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter1-1/+5
2015-08-06perf tools xtensa: Add DWARF register namesMax Filippov4-0/+30
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen1-1/+1
2015-08-06perf top: Add branch annotation code to topAndi Kleen2-0/+30
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen1-17/+40
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen2-1/+74
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen3-0/+39
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen3-3/+142
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen3-0/+18
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen7-6/+43
2015-08-06perf tools: Add empty Build files for architectures lacking themBen Hutchings3-0/+3
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa3-140/+143
2015-08-06perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa1-13/+16
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa2-5/+10
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa2-12/+24
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa2-6/+7
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa2-17/+26
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan1-0/+2
2015-08-06perf tools: Introduce veprintfWang Nan2-0/+6
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan4-3/+13
2015-08-06bpf: Use correct #ifdef controller for trace_call_bpf()Wang Nan1-1/+1
2015-08-06perf trace: Add total time column to summary.Milian Wolff1-5/+5
2015-08-06Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar16-58/+220
2015-08-05perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther2-1/+12
2015-08-05perf trace: Write to stderr by defaultMilian Wolff1-1/+1
2015-08-05perf tools: Do not include escape sequences in color_vfprintf returnAndi Kleen1-2/+3
2015-08-05perf tools: Remove trail argument to color vsprintfJiri Olsa2-15/+2
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang4-14/+15
2015-08-05perf tools: Per-event time supportKan Liang7-5/+31
2015-08-05perf trace: Use vfs_getname syscall arg beautifier in more syscallsArnaldo Carvalho de Melo1-9/+65
2015-08-05perf trace: Deref sys_enter pointer args with contents from probe:vfs_getnameArnaldo Carvalho de Melo1-1/+75
2015-08-05perf trace: Use a constant for the syscall formatting bufferArnaldo Carvalho de Melo1-3/+5
2015-08-05perf trace: Remember if the vfs_getname tracepoint/kprobe is in placeArnaldo Carvalho de Melo1-4/+6
2015-08-05perf trace: Do not show syscall tracepoint filter in the --no-syscalls caseArnaldo Carvalho de Melo1-2/+3
2015-08-04perf script: No tracepoints? Don't call libtraceevent.Arnaldo Carvalho de Melo1-1/+2
2015-08-04perf/x86/intel/pebs: Robustify PEBS buffer drainPeter Zijlstra1-17/+17
2015-08-04perf/x86/intel/pebs: Fix event disable PEBS buffer drainLiang, Kan1-6/+7
2015-08-04perf/x86: Add an MSR PMU driverAndy Lutomirski2-0/+244
2015-08-04perf/x86/intel/uncore: Add Broadwell-DE uncore supportKan Liang3-0/+172
2015-08-04perf/x86/intel: Use 0x11 as extra reg test valueAndi Kleen1-1/+1
2015-08-04perf/x86: Make merge_attr() global to use from perf_event_intelAndi Kleen2-1/+4
2015-08-04perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack modeAndi Kleen1-3/+7
2015-08-04perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stackAndi Kleen1-2/+2