aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+0
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 168-2626/+6924
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 110-0/+3362
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 56-0/+1547
2014-01-20Merge tag 'ktest-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-32/+147
2014-01-18ktest: Add BISECT_TRIES to bisect testGravatar Steven Rostedt (Red Hat) 2-2/+36
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchGravatar Frederic Weisbecker 1-3/+0
2014-01-17perf callchain: Spare double comparison of callchain first entryGravatar Frederic Weisbecker 1-10/+10
2014-01-16perf tools: Do proper comm override error handlingGravatar Frederic Weisbecker 3-11/+15
2014-01-16perf symbols: Export elf_section_by_name and reuseGravatar Masami Hiramatsu 4-69/+37
2014-01-16perf probe: Release all dynamically allocated parametersGravatar Masami Hiramatsu 3-5/+71
2014-01-16perf probe: Release allocated probe_trace_event if failedGravatar Masami Hiramatsu 1-0/+13
2014-01-16perf tools: Add 'build-test' make targetGravatar Namhyung Kim 1-0/+6
2014-01-16tools lib traceevent: Unregister handler when xen plugin is unloadedGravatar Namhyung Kim 1-0/+6
2014-01-16tools lib traceevent: Unregister handler when scsi plugin is unloadedGravatar Namhyung Kim 1-0/+6
2014-01-16tools lib traceevent: Unregister handler when jbd2 plugin is is unloadedGravatar Namhyung Kim 1-0/+9
2014-01-16tools lib traceevent: Unregister handler when cfg80211 plugin is unloadedGravatar Namhyung Kim 1-0/+6
2014-01-16tools lib traceevent: Unregister handler when mac80211 plugin is unloadedGravatar Namhyung Kim 1-0/+7
2014-01-16tools lib traceevent: Unregister handler when sched_switch plugin is unloadedGravatar Namhyung Kim 1-0/+12
2014-01-16tools lib traceevent: Unregister handler when kvm plugin is unloadedGravatar Namhyung Kim 1-0/+29
2014-01-16tools lib traceevent: Unregister handler when kmem plugin is unloadedGravatar Namhyung Kim 1-0/+22
2014-01-16tools lib traceevent: Unregister handler when hrtimer plugin is unloadedGravatar Namhyung Kim 1-0/+10
2014-01-16tools lib traceevent: Unregister handler when function plugin is unloadedGravatar Namhyung Kim 1-0/+3
2014-01-16tools lib traceevent: Add pevent_unregister_print_function()Gravatar Namhyung Kim 2-0/+25
2014-01-16tools lib traceevent: Add pevent_unregister_event_handler()Gravatar Namhyung Kim 2-14/+102
2014-01-16Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 28-147/+147
2014-01-16Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-3/+3
2014-01-15tools lib traceevent: fix pointer-integer size mismatchGravatar Mark Rutland 2-2/+2
2014-01-15perf hists: Convert hist entry functions to use struct he_statGravatar Namhyung Kim 1-11/+11
2014-01-15perf tools: Factor out sample__resolve_callchain()Gravatar Namhyung Kim 4-36/+39
2014-01-15perf tools: Remove symbol_conf.use_callchain checkGravatar Namhyung Kim 1-2/+0
2014-01-15perf: tools: Fix cross buildingGravatar Mark Rutland 3-7/+9
2014-01-15tools lib traceevent: Make plugin unload function receive peventGravatar Namhyung Kim 4-7/+8
2014-01-15tools lib traceevent: Get rid of die() finally!!Gravatar Namhyung Kim 2-48/+0
2014-01-15tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()Gravatar Namhyung Kim 1-2/+5
2014-01-15tools lib traceevent: Check return value of realloc()Gravatar Namhyung Kim 1-4/+9
2014-01-15tools lib traceevent: Add state member to struct trace_seqGravatar Namhyung Kim 3-14/+50
2014-01-15perf tools: Fix build error due to zfree() castGravatar Namhyung Kim 2-3/+3
2014-01-14perf record: Rename --initial-delay to --delayGravatar Arnaldo Carvalho de Melo 2-2/+3
2014-01-14perf record: Rename --no-delay to --no-bufferingGravatar Arnaldo Carvalho de Melo 7-13/+12
2014-01-13perf tools: Remove unused test-volatile-register-var.cGravatar Yann Droneaud 1-6/+0
2014-01-13perf probe: Fix build when DWARF support libraries not presentGravatar Arnaldo Carvalho de Melo 1-1/+4
2014-01-13perf diff: Color the Weighted Diff columnGravatar Ramkumar Ramachandra 1-0/+22
2014-01-13perf diff: Color the Ratio columnGravatar Ramkumar Ramachandra 3-3/+28
2014-01-13perf diff: Color the Delta columnGravatar Ramkumar Ramachandra 1-1/+48
2014-01-13perf tools: Generalize percent_color_snprintf()Gravatar Ramkumar Ramachandra 1-2/+3
2014-01-13tools include: Include <linux/compiler.h> from asm/bug.hGravatar Namhyung Kim 1-0/+2
2014-01-13perf record: Add --initial-delay optionGravatar Andi Kleen 4-2/+15
2014-01-13perf tools: Use the DWARF unwind info only if loadedGravatar Jean Pihet 1-4/+4
2014-01-13perf tools: Add test for building detached source tarballsGravatar Arnaldo Carvalho de Melo 2-2/+29