aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-07tools lib traceevent: Add options to pluginsSteven Rostedt2-3/+209
2014-06-07tools lib traceevent: Add flag to not load event pluginsSteven Rostedt (Red Hat)2-1/+8
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter5-10/+19
2014-06-06perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra3-13/+20
2014-06-05uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov2-20/+19
2014-06-05perf/documentation: Add description for conditional branch filterAnshuman Khandual1-1/+2
2014-06-05perf/x86: Add conditional branch filtering supportAnshuman Khandual1-0/+5
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual1-0/+1
2014-06-05perf: Add new conditional branch filter 'PERF_SAMPLE_BRANCH_COND'Anshuman Khandual1-1/+2
2014-06-05uprobes: Teach copy_insn() to support tmpfsOleg Nesterov1-5/+10
2014-06-05uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov1-3/+3
2014-06-05perf/x86: Use common PMU interrupt disabled codeVince Weaver1-9/+9
2014-06-05perf/ARM: Use common PMU interrupt disabled codeVince Weaver2-3/+7
2014-06-05perf: Disable sampled events if no PMU interruptVince Weaver2-0/+17
2014-06-05perf: Fix use after free in perf_remove_from_context()Peter Zijlstra1-2/+2
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu1-2/+5
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu1-2/+2
2014-06-03perf tools: Fix 'make help' message errorJianyu Zhan2-3/+3
2014-06-03perf record: Fix poll return value propagationJiri Olsa1-1/+5
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa4-40/+68
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa1-13/+0
2014-06-03perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang1-1/+1
2014-06-03perf tools: Allow overriding sysfs and proc finding with env varCody P Schafer1-1/+42
2014-06-03perf tools: Consider header files outside perf directory in tags targetSebastian Andrzej Siewior1-3/+6
2014-06-03perf tools: Add warning when disabling perl scripting support due to missing devel filesArnaldo Carvalho de Melo1-0/+1
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo1-2/+6
2014-06-02uprobes: Teach copy_insn() to support tmpfsOleg Nesterov1-5/+10
2014-06-02uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov1-3/+3
2014-06-01Linux 3.15-rc8Linus Torvalds1-1/+1
2014-06-02powerpc: Wire renameat2() syscallBenjamin Herrenschmidt3-1/+3
2014-06-01perf tests: Add a test case for cumulating callchainsNamhyung Kim5-2/+735
2014-06-01perf tests: Define and use symbolic names for fake symbolsNamhyung Kim5-62/+92
2014-06-01perf tools: Reset output/sort order to defaultNamhyung Kim1-0/+3
2014-06-01perf ui/gtk: Fix callchain displayNamhyung Kim1-1/+9
2014-06-01perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim1-1/+3
2014-06-01perf tools: Enable --children option by defaultNamhyung Kim1-5/+6
2014-06-01perf top: Add top.children config optionNamhyung Kim1-0/+4
2014-06-01perf top: Add --children optionNamhyung Kim2-1/+14
2014-06-01perf top: Convert to hist_entry_iterNamhyung Kim1-35/+41
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim5-53/+84
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim1-0/+3
2014-06-01perf report: Add report.children config optionNamhyung Kim1-0/+4
2014-06-01perf report: Add --children optionNamhyung Kim2-2/+20
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim2-0/+21
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim4-36/+31
2014-06-01perf ui/gtk: Add support to accumulated hist statNamhyung Kim1-0/+17
2014-06-01perf ui/browser: Add support to accumulated hist statNamhyung Kim1-0/+25
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim3-0/+104
2014-06-01perf tools: Save callchain info for each cumulative entryNamhyung Kim1-2/+14
2014-06-01perf callchain: Add callchain_cursor_snapshot()Namhyung Kim1-0/+9