summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | perf hists/tui: Count callchain rows separatelyNamhyung Kim2014-04-241-20/+43
| | | * | | | | | | | perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-242-4/+22
| | | * | | | | | | | perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim2014-04-241-9/+8Star
| | | * | | | | | | | perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim2014-04-241-3/+3
| | | * | | | | | | | perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim2014-04-241-2/+9
| | | * | | | | | | | perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-244-21/+20Star
| | | * | | | | | | | perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim2014-04-241-2/+2
| | | * | | | | | | | perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-243-25/+40
| | | * | | | | | | | perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim2014-04-242-1/+6
| | | * | | | | | | | perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-243-5/+5
| | | * | | | | | | | perf report: Count number of entries separatelyNamhyung Kim2014-04-241-20/+22
| | * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-04-259-5/+27
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | perf callchain: Add generic report parse callchain callback functionDon Zickus2014-04-223-78/+82
| | * | | | | | | | | perf kmem: Utilize the new generic cpunode_mapDon Zickus2014-04-221-75/+3Star
| | * | | | | | | | | perf tools: Use cpu/possible instead of cpu/kernel_maxDon Zickus2014-04-221-1/+1
| | * | | | | | | | | perf tools: Allow ability to map cpus to nodes easilyDon Zickus2014-04-222-0/+195
| | * | | | | | | | | perf tools: Fix pmu object compilation errorJiri Olsa2014-04-221-3/+3
| | * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar2014-04-184-13/+10Star
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf sched: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-04-162-5/+7
| | * | | | | | | | | | perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-04-162-5/+7
| | * | | | | | | | | | perf mem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-04-162-8/+9
| | * | | | | | | | | | perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-04-162-5/+7
| | * | | | | | | | | | perf tools: Show absolute percentage by defaultNamhyung Kim2014-04-161-1/+0Star
| | * | | | | | | | | | perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim2014-04-161-0/+4
| | * | | | | | | | | | perf tools: Add hist.percentage config optionNamhyung Kim2014-04-164-0/+15
| | * | | | | | | | | | perf diff: Add --percentage optionNamhyung Kim2014-04-162-11/+40
| | * | | | | | | | | | perf top: Add --percentage optionNamhyung Kim2014-04-165-20/+37
| | * | | | | | | | | | perf report: Add --percentage optionNamhyung Kim2014-04-169-46/+106
| | * | | | | | | | | | perf hists: Add support for showing relative percentageNamhyung Kim2014-04-164-3/+26
| * | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-0311-121/+200
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-2211-121/+200
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | rcutorture: Note diffs from git commitsPaul E. McKenney2014-05-141-0/+4
| | | * | | | | | | | | | rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernelsPaul E. McKenney2014-05-141-0/+1
| | | * | | | | | | | | | torture: Use elapsed time to detect hangsPaul E. McKenney2014-05-141-6/+12
| | | * | | | | | | | | | torture: Better summary diagnostics for build failuresPaul E. McKenney2014-05-144-8/+21
| | | * | | | | | | | | | torture: Add tracing-enabled variant of TREE02Paul E. McKenney2014-05-141-0/+25
| | | * | | | | | | | | | torture: Choose bzImage location based on architecturePaul E. McKenney2014-05-143-6/+43
| | | * | | | | | | | | | torture: Permit multi-word qemu and boot argumentsPaul E. McKenney2014-05-141-2/+2
| | | * | | | | | | | | | torture: Report diagnostics from qemuPaul E. McKenney2014-05-141-1/+8
| | | * | | | | | | | | | torture: Make "--dryrun script" use same environment as normal runPaul E. McKenney2014-05-141-15/+11Star
| | | * | | | | | | | | | torture: Make "--dryrun script" output self-sufficientPaul E. McKenney2014-05-141-33/+27Star
| | | * | | | | | | | | | torture: Make config-fragment filtering RCU-independentPaul E. McKenney2014-05-141-1/+1
| | | * | | | | | | | | | torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMDPaul E. McKenney2014-05-142-6/+6
| | | * | | | | | | | | | torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARGPaul E. McKenney2014-05-141-3/+3
| | | * | | | | | | | | | torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MACPaul E. McKenney2014-05-142-5/+5
| | | * | | | | | | | | | torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVEPaul E. McKenney2014-05-142-8/+8
| | | * | | | | | | | | | torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLYPaul E. McKenney2014-05-142-4/+7
| | | * | | | | | | | | | torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGSPaul E. McKenney2014-05-141-3/+3
| | | * | | | | | | | | | torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARGPaul E. McKenney2014-05-142-4/+4
| | | * | | | | | | | | | torture: Allow variations of "defconfig" to be specifiedPaul E. McKenney2014-05-142-1/+9