summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
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-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake
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
2012-06-29tools lib traceevent: Make dependency files regeneratableNamhyung Kim
2012-06-29tools lib traceevent: Teach [ce]tags about libtraceeevent error codesNamhyung Kim
2012-06-29tools lib traceevent: Fix clean target in MakefileKonstantin Stepanyuk
2012-06-27perf tools: Trivial build fixDavid Ahern
2012-06-27perf report: Delay sample_type checks in pipe modeDavid Ahern
2012-06-27perf bench: Documentation updateNamhyung Kim
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-06-25perf test: Fix parse events test to follow proper raw event nameJiri Olsa
2012-06-25perf evsel: Fix a build failure on cross compilationNamhyung Kim
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao
2012-06-19perf evsel: Make some methods privateArnaldo Carvalho de Melo
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa
2012-06-19perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf tools: Remove __event_nameArnaldo Carvalho de Melo
2012-06-19perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo
2012-06-19perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo
2012-06-19perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo
2012-06-19perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo
2012-06-19perf lib: Introduce rtrimArnaldo Carvalho de Melo
2012-06-19perf ui/gtk: Use struct perf_error_opsNamhyung Kim