aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar3-17/+17
2012-07-06Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar17-314/+726
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+7
2012-07-05Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf into perf/coreArnaldo Carvalho de Melo2-122/+251
2012-07-05perf tools: Split event symbols arrays to hw and sw partsJiri Olsa1-57/+117
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2-5/+12
2012-07-05perf tools: Add empty rule for new line in event syntax parsingJiri Olsa1-0/+1
2012-07-04perf test: Use ARRAY_SIZE in parse events testsJiri Olsa1-19/+10
2012-07-04tools lib traceevent: Cleanup realloc useNamhyung Kim2-22/+10
2012-07-04tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe1-0/+1
2012-07-04tools lib traceevent: Check return value of arg_to_str()Namhyung Kim1-2/+13
2012-07-04tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim1-1/+1
2012-07-04tools lib traceevent: Fix some commentsNamhyung Kim1-9/+7
2012-07-04tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim1-1/+2
2012-07-04tools lib traceevent: Pass string type argument to argsNamhyung Kim1-0/+1
2012-07-04tools lib traceevent: Handle realloc() failure pathNamhyung Kim1-16/+60
2012-07-04tools lib traceevent: Handle strdup failure casesNamhyung Kim1-2/+27
2012-07-04tools lib traceevent: Introduce extend_token()Namhyung Kim1-26/+24
2012-07-04tools lib traceevent: Fix printk_cmp()Namhyung Kim1-4/+4
2012-07-04tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer1-2/+3
2012-07-04tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt1-0/+1
2012-07-04tools lib traceevent: Add support to show migrate disable counterSteven Rostedt1-19/+38
2012-07-04tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt1-9/+25
2012-07-04tools lib traceevent: Let filtering numbers by string use function namesSteven Rostedt1-10/+35
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake3-82/+82
2012-07-02perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern1-14/+15
2012-07-02perf kvm: Fix regression with guest machine creationDavid Ahern1-1/+1
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern1-2/+1
2012-06-29perf tools: Adding round_up/round_down macrosJiri Olsa1-0/+10
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa1-6/+23
2012-06-29perf tools: Fix generation of pmu listRobert Richter1-1/+2
2012-06-29perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa3-3/+41
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa3-4/+51
2012-06-29tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim1-1/+3
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim4-1/+89
2012-06-29tools lib traceevent: Use local variable 'field'Namhyung Kim1-8/+11
2012-06-29tools lib traceevent: Check string is really printableNamhyung Kim1-1/+13
2012-06-29tools lib traceevent: Make dependency files regeneratableNamhyung Kim1-1/+5
2012-06-29tools lib traceevent: Teach [ce]tags about libtraceeevent error codesNamhyung Kim1-2/+4
2012-06-29tools lib traceevent: Fix clean target in MakefileKonstantin Stepanyuk1-1/+1
2012-06-27perf tools: Trivial build fixDavid Ahern1-1/+1
2012-06-27perf report: Delay sample_type checks in pipe modeDavid Ahern1-2/+4
2012-06-27perf bench: Documentation updateNamhyung Kim4-11/+83
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais2-1/+65
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo15-182/+314
2012-06-25perf test: Fix parse events test to follow proper raw event nameJiri Olsa1-3/+4
2012-06-25perf evsel: Fix a build failure on cross compilationNamhyung Kim1-1/+0
2012-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-8/+61
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar39-514/+1118
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao1-1/+3