summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2014-10-17perf script: Add period as a default output columnJiri Olsa-3/+6
2014-10-17perf script: Add period data columnJiri Olsa-2/+12
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo-1/+5
2014-10-17perf evlist: Add missing 'struct option' forward declarationArnaldo Carvalho de Melo-0/+2
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo-5/+5
2014-10-15perf kvm stat live: Enable events copyingAlexander Yarygin-0/+1
2014-10-15perf session: Add option to copy events when queueingAlexander Yarygin-8/+56
2014-10-15perf Documentation: Fix typos in perf/DocumentationMasanari Iida-15/+15
2014-10-15perf trace: Use thread_{,_set}_priv helpersNamhyung Kim-8/+8
2014-10-15perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim-3/+3
2014-10-15perf callchain: Create an address space per threadNamhyung Kim-5/+55
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim-0/+10
2014-10-15perf evlist: Fix for double free in tools/perf statYasser Shalabi-0/+1
2014-10-15perf test: Add test case for pmu event new style formatKan Liang-0/+36
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang-1/+69
2014-10-15perf tools: Parse the pmu event prefix and suffixKan Liang-10/+141
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang-54/+1
2014-10-15perf top: Add a visual cue for toggle zeroing of samplesTaeung Song-10/+22
2014-10-15Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-229/+392
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo-8/+8
2014-10-14perf symbols: Fix map->end fixupArnaldo Carvalho de Melo-1/+1
2014-10-14perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim-1/+1
2014-10-14perf tools: fix off-by-one error in mapsStephane Eranian-3/+3
2014-10-14perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo-2/+8
2014-10-14perf evsel: Make some exit routines staticArnaldo Carvalho de Melo-6/+3
2014-10-14perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo-0/+1
2014-10-14perf evlist: Default to syswide target when no thread/cpu maps setArnaldo Carvalho de Melo-0/+40
2014-10-14perf evlist: Check that there is a thread_map when preparing a workloadArnaldo Carvalho de Melo-1/+7
2014-10-14perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo-8/+14
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo-25/+65
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo-2/+5
2014-10-14perf evsel: SubclassingArnaldo Carvalho de Melo-2/+50
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo-8/+19
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1462/+4085
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+112
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-60/+30
2014-10-12Merge tag 'kselftest-3.18-updates-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-40/+17
2014-10-12Merge tag 'ftracetest-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+445
2014-10-12Merge tag 'ktest-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-14/+57
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds-1/+167
2014-10-10perf ui browsers: Add missing includeArnaldo Carvalho de Melo-0/+1
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo-26/+26
2014-10-10perf session: Don't count per evsel eventsArnaldo Carvalho de Melo-16/+0
2014-10-09selftests/vm/transhuge-stress: stress test for memory compactionKonstantin Khlebnikov-0/+145
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov-0/+1
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo-101/+132
2014-10-09perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo-1/+0
2014-10-09perf sched: Stop updating hists stats, not usedArnaldo Carvalho de Melo-3/+0
2014-10-09Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-0/+8
2014-10-09saner perf_atoll()Al Viro-60/+30