summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa3-13/+47
2014-04-28perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo3-1/+17
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo7-10/+35
2014-04-28perf tests: Add thread maps lookup automated testsJiri Olsa5-0/+245
2014-04-28perf tests: Add a test case for hists filteringNamhyung Kim4-0/+321
2014-04-28perf tests: Factor out fake_setup_machine()Namhyung Kim4-139/+195
2014-04-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar6-103/+171
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar9-5/+27
2014-04-24perf hists/tui: Count callchain rows separatelyNamhyung Kim1-20/+43
2014-04-24perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2-4/+22
2014-04-24perf ui/tui: Rename hist_browser__update_nr_entries()Namhyung Kim1-9/+8
2014-04-24perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()Namhyung Kim1-3/+3
2014-04-24perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim1-2/+9
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim4-21/+20
2014-04-24perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim1-2/+2
2014-04-24perf hists: Add a couple of hists stat helper functionsNamhyung Kim3-25/+40
2014-04-24perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim2-1/+6
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim3-5/+5
2014-04-24perf report: Count number of entries separatelyNamhyung Kim1-20/+22
2014-04-23Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-2/+12
2014-04-23tools lib traceevent: Fix memory leak in pretty_print()Steven Rostedt1-0/+1
2014-04-23tools lib traceevent: Fix backward compatibility macros for pevent filter enumsSteven Rostedt1-2/+2
2014-04-23perf tools: Disable libdw unwind for all but x86 archJiri Olsa1-0/+8
2014-04-23perf tests x86: Fix memory leak in sample_ustack()Masanari Iida1-0/+1
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus3-78/+82
2014-04-22perf kmem: Utilize the new generic cpunode_mapDon Zickus1-75/+3
2014-04-22perf tools: Use cpu/possible instead of cpu/kernel_maxDon Zickus1-1/+1
2014-04-22perf tools: Allow ability to map cpus to nodes easilyDon Zickus2-0/+195
2014-04-22perf tools: Fix pmu object compilation errorJiri Olsa1-3/+3
2014-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+12
2014-04-20perf tools: Improve error reportingAdrien BAK2-2/+9
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev1-0/+2
2014-04-20perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin1-0/+1
2014-04-19Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar4-13/+10
2014-04-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-57/+117
2014-04-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+7
2014-04-17Tools: hv: Handle the case when the target file exists correctlyK. Y. Srinivasan1-1/+3
2014-04-16perf sched: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf mem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-8/+9
2014-04-16perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf tools: Show absolute percentage by defaultNamhyung Kim1-1/+0
2014-04-16perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim1-0/+4
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim4-0/+15
2014-04-16perf diff: Add --percentage optionNamhyung Kim2-11/+40
2014-04-16perf top: Add --percentage optionNamhyung Kim5-20/+37
2014-04-16perf report: Add --percentage optionNamhyung Kim9-46/+106
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim4-3/+26
2014-04-15perf tools: Instead of redirecting flex output, use -oCody P Schafer1-2/+2