summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-07-23perf symbols: Add machine id to modules debug messageDavid Ahern
2012-07-20ktest: Reset saved min (force) configs for each testSteven Rostedt
2012-07-19tools/power: turbostat: fix large c1% issueLen Brown
2012-07-19tools/power: turbostat v2 - re-write for efficiencyLen Brown
2012-07-19ktest: Add check for bug or panic during rebootSteven Rostedt
2012-07-19ktest: Add MAX_MONITOR_WAIT optionSteven Rostedt
2012-07-19ktest: Fix config bisect with how make oldnoconfig worksSteven Rostedt
2012-07-19ktest: Add CONFIG_BISECT_CHECK optionSteven Rostedt
2012-07-19ktest: Add PRE_INSTALL optionSteven Rostedt
2012-07-19ktest: Add PRE/POST_KTEST and TEST optionsSteven Rostedt
2012-07-19ktest: Remove commented exitSteven Rostedt
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-16Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman
2012-07-06Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-07-05Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux...Arnaldo Carvalho de Melo
2012-07-05perf tools: Split event symbols arrays to hw and sw partsJiri Olsa
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa
2012-07-05perf tools: Add empty rule for new line in event syntax parsingJiri Olsa
2012-07-04perf test: Use ARRAY_SIZE in parse events testsJiri Olsa
2012-07-04tools lib traceevent: Cleanup realloc useNamhyung Kim
2012-07-04tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe
2012-07-04tools lib traceevent: Check return value of arg_to_str()Namhyung Kim
2012-07-04tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim
2012-07-04tools lib traceevent: Fix some commentsNamhyung Kim
2012-07-04tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim
2012-07-04tools lib traceevent: Pass string type argument to argsNamhyung Kim
2012-07-04tools lib traceevent: Handle realloc() failure pathNamhyung Kim
2012-07-04tools lib traceevent: Handle strdup failure casesNamhyung Kim
2012-07-04tools lib traceevent: Introduce extend_token()Namhyung Kim
2012-07-04tools lib traceevent: Fix printk_cmp()Namhyung Kim
2012-07-04tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer
2012-07-04tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt
2012-07-04tools lib traceevent: Add support to show migrate disable counterSteven Rostedt
2012-07-04tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt
2012-07-04tools lib traceevent: Let filtering numbers by string use function namesSteven Rostedt
2012-07-02mm: Fix signal SIGFPE in slabinfo.c.majianpeng
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake
2012-07-02perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern
2012-07-02perf kvm: Fix regression with guest machine creationDavid Ahern
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern
2012-06-29perf tools: Adding round_up/round_down macrosJiri Olsa
2012-06-29perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa
2012-06-29perf tools: Fix generation of pmu listRobert Richter
2012-06-29perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa
2012-06-29tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim
2012-06-29tools lib traceevent: Use local variable 'field'Namhyung Kim
2012-06-29tools lib traceevent: Check string is really printableNamhyung Kim