aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEADPaul E. McKenney13-28/+16
2014-11-03rcutorture: Remove obsolete kversion param in kvm.shPranith Kumar2-15/+6
2014-11-03rcutorture: Remove stale test configurationsPranith Kumar71-1588/+0
2014-11-03rcutorture: Enable RCU self test in configsPranith Kumar6-0/+12
2014-11-03torture: Run Linux-kernel binary out of results directoryPaul E. McKenney1-2/+2
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar34-38/+38
2014-10-29rcu: Unify boost and kthread prioritiesClark Williams2-3/+3
2014-10-28rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney12-13/+1
2014-10-17perf script: Add period as a default output columnJiri Olsa1-3/+6
2014-10-17perf script: Add period data columnJiri Olsa2-2/+12
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo4-1/+5
2014-10-17perf evlist: Add missing 'struct option' forward declarationArnaldo Carvalho de Melo1-0/+2
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo1-5/+5
2014-10-15perf kvm stat live: Enable events copyingAlexander Yarygin1-0/+1
2014-10-15perf session: Add option to copy events when queueingAlexander Yarygin3-8/+56
2014-10-15perf Documentation: Fix typos in perf/DocumentationMasanari Iida9-15/+15
2014-10-15perf trace: Use thread_{,_set}_priv helpersNamhyung Kim1-8/+8
2014-10-15perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim1-3/+3
2014-10-15perf callchain: Create an address space per threadNamhyung Kim3-5/+55
2014-10-15perf report: Set callchain_param.record_mode for future useNamhyung Kim2-0/+10
2014-10-15perf evlist: Fix for double free in tools/perf statYasser Shalabi1-0/+1
2014-10-15perf test: Add test case for pmu event new style formatKan Liang1-0/+36
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang2-1/+69
2014-10-15perf tools: Parse the pmu event prefix and suffixKan Liang4-10/+141
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang3-54/+1
2014-10-15perf top: Add a visual cue for toggle zeroing of samplesTaeung Song1-10/+22
2014-10-15Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar35-229/+392
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo3-8/+8
2014-10-14perf symbols: Fix map->end fixupArnaldo Carvalho de Melo1-1/+1
2014-10-14perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim1-1/+1
2014-10-14perf tools: fix off-by-one error in mapsStephane Eranian1-3/+3
2014-10-14perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo1-2/+8
2014-10-14perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2-6/+3
2014-10-14perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo1-0/+1
2014-10-14perf evlist: Default to syswide target when no thread/cpu maps setArnaldo Carvalho de Melo1-0/+40
2014-10-14perf evlist: Check that there is a thread_map when preparing a workloadArnaldo Carvalho de Melo1-1/+7
2014-10-14perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo2-8/+14
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo8-25/+65
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo5-2/+5
2014-10-14perf evsel: SubclassingArnaldo Carvalho de Melo2-2/+50
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo6-8/+19
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds117-1462/+4085
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds34-30/+112
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-60/+30
2014-10-12Merge tag 'kselftest-3.18-updates-1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-40/+17
2014-10-12Merge tag 'ftracetest-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds18-0/+445
2014-10-12Merge tag 'ktest-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds2-14/+57
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds6-1/+167
2014-10-10perf ui browsers: Add missing includeArnaldo Carvalho de Melo1-0/+1
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2-26/+26