aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16tools lib traceevent: Unregister handler when hrtimer plugin is unloadedNamhyung Kim1-0/+10
2014-01-16tools lib traceevent: Unregister handler when function plugin is unloadedNamhyung Kim1-0/+3
2014-01-16tools lib traceevent: Add pevent_unregister_print_function()Namhyung Kim2-0/+25
2014-01-16tools lib traceevent: Add pevent_unregister_event_handler()Namhyung Kim2-14/+102
2014-01-16Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar28-147/+147
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+3
2014-01-16ACPICA: acpidump: Enable tools Makefile to include acpi tools.Lv Zheng1-3/+13
2014-01-16ACPICA: acpidump: Cleanup tools/power/acpi makefiles.Lv Zheng3-12/+137
2014-01-15tools lib traceevent: fix pointer-integer size mismatchMark Rutland2-2/+2
2014-01-15perf hists: Convert hist entry functions to use struct he_statNamhyung Kim1-11/+11
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim4-36/+39
2014-01-15perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim1-2/+0
2014-01-15perf: tools: Fix cross buildingMark Rutland3-7/+9
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim4-7/+8
2014-01-15tools lib traceevent: Get rid of die() finally!!Namhyung Kim2-48/+0
2014-01-15tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()Namhyung Kim1-2/+5
2014-01-15tools lib traceevent: Check return value of realloc()Namhyung Kim1-4/+9
2014-01-15tools lib traceevent: Add state member to struct trace_seqNamhyung Kim3-14/+50
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim2-3/+3
2014-01-14perf record: Rename --initial-delay to --delayArnaldo Carvalho de Melo2-2/+3
2014-01-14perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo7-13/+12
2014-01-13perf tools: Remove unused test-volatile-register-var.cYann Droneaud1-6/+0
2014-01-13perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo1-1/+4
2014-01-13perf diff: Color the Weighted Diff columnRamkumar Ramachandra1-0/+22
2014-01-13perf diff: Color the Ratio columnRamkumar Ramachandra3-3/+28
2014-01-13perf diff: Color the Delta columnRamkumar Ramachandra1-1/+48
2014-01-13perf tools: Generalize percent_color_snprintf()Ramkumar Ramachandra1-2/+3
2014-01-13tools include: Include <linux/compiler.h> from asm/bug.hNamhyung Kim1-0/+2
2014-01-13perf record: Add --initial-delay optionAndi Kleen4-2/+15
2014-01-13perf tools: Use the DWARF unwind info only if loadedJean Pihet1-4/+4
2014-01-13perf tools: Add test for building detached source tarballsArnaldo Carvalho de Melo2-2/+29
2014-01-13perf tools: Include tools/lib/api/ in MANIFESTArnaldo Carvalho de Melo1-1/+1
2014-01-13tools include: Move perf's bug.h to a generic placeNamhyung Kim3-4/+6
2014-01-13tools include: Define likely/unlikely in linux/compiler.hNamhyung Kim2-0/+9
2014-01-13tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim3-4/+5
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo24-86/+151
2014-01-13perf report: Move histogram entries collapsing to separate functionArnaldo Carvalho de Melo1-28/+45
2014-01-13perf report: Move hist browser selection code to separate functionArnaldo Carvalho de Melo1-33/+46
2014-01-13perf report: Move logic to warn about kptr_restrict'ed kernels to separate functionArnaldo Carvalho de Melo1-26/+30
2014-01-13tools perf: Comment typo fixCody P Schafer1-1/+1
2014-01-13perf stat: Fix --delay option in man pageAndi Kleen1-1/+1
2014-01-13perf tools: Make perf_event__synthesize_mmap_events globalJiri Olsa2-6/+13
2014-01-13perf machine: Fix id_hdr_size initializationJiri Olsa1-0/+1
2014-01-13perf tools: Automate setup of FEATURE_CHECK_(C|LD)FLAGS-all variablesJiri Olsa1-3/+11
2014-01-13perf trace: Pack 'struct trace'Arnaldo Carvalho de Melo1-8/+9
2014-01-13perf header: Pack 'struct perf_session_env'Arnaldo Carvalho de Melo1-5/+5
2014-01-13tools lib traceevent: Shut up plugins make messageJiri Olsa1-1/+4
2014-01-13tools lib traceevent: Replace tabs with spaces for all non-commands statementsJiri Olsa1-27/+27
2014-01-13perf tests: Fix installation tests path setupJiri Olsa1-10/+20
2014-01-13perf tools: Move arch setup into seprate MakefileJiri Olsa2-34/+40