summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-07-0617-314/+726
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux...Arnaldo Carvalho de Melo2012-07-052-122/+251
| |\ \ \ \ \ \ \
| | * | | | | | | tools lib traceevent: Cleanup realloc useNamhyung Kim2012-07-042-22/+10Star
| | * | | | | | | tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe2012-07-041-0/+1
| | * | | | | | | tools lib traceevent: Check return value of arg_to_str()Namhyung Kim2012-07-041-2/+13
| | * | | | | | | tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim2012-07-041-1/+1
| | * | | | | | | tools lib traceevent: Fix some commentsNamhyung Kim2012-07-041-9/+7Star
| | * | | | | | | tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim2012-07-041-1/+2
| | * | | | | | | tools lib traceevent: Pass string type argument to argsNamhyung Kim2012-07-041-0/+1
| | * | | | | | | tools lib traceevent: Handle realloc() failure pathNamhyung Kim2012-07-041-16/+60
| | * | | | | | | tools lib traceevent: Handle strdup failure casesNamhyung Kim2012-07-041-2/+27
| | * | | | | | | tools lib traceevent: Introduce extend_token()Namhyung Kim2012-07-041-26/+24Star
| | * | | | | | | tools lib traceevent: Fix printk_cmp()Namhyung Kim2012-07-041-4/+4
| | * | | | | | | tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer2012-07-041-2/+3
| | * | | | | | | tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt2012-07-041-0/+1
| | * | | | | | | tools lib traceevent: Add support to show migrate disable counterSteven Rostedt2012-07-041-19/+38
| | * | | | | | | tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt2012-07-041-9/+25
| | * | | | | | | tools lib traceevent: Let filtering numbers by string use function namesSteven Rostedt2012-07-041-10/+35
| * | | | | | | | perf tools: Split event symbols arrays to hw and sw partsJiri Olsa2012-07-051-57/+117
| * | | | | | | | perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2012-07-052-5/+12
| * | | | | | | | perf tools: Add empty rule for new line in event syntax parsingJiri Olsa2012-07-051-0/+1
| * | | | | | | | perf test: Use ARRAY_SIZE in parse events testsJiri Olsa2012-07-041-19/+10Star
| |/ / / / / / /
| * | | | | | | perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake2012-07-023-82/+82
| * | | | | | | perf tools: Adding round_up/round_down macrosJiri Olsa2012-06-291-0/+10
| * | | | | | | perf symbols: Add '.note' check into search for NOTE sectionJiri Olsa2012-06-291-6/+23
| * | | | | | | perf tools: Fix generation of pmu listRobert Richter2012-06-291-1/+2
| * | | | | | | perf evsel: Handle hw breakpoints event names in perf_evsel__name()Jiri Olsa2012-06-293-3/+41
| * | | | | | | perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa2012-06-293-4/+51
| * | | | | | | tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim2012-06-291-1/+3
| * | | | | | | tools lib traceevent: Add support for __print_hex()Namhyung Kim2012-06-294-1/+89
| * | | | | | | tools lib traceevent: Use local variable 'field'Namhyung Kim2012-06-291-8/+11
| * | | | | | | tools lib traceevent: Check string is really printableNamhyung Kim2012-06-291-1/+13
| * | | | | | | tools lib traceevent: Make dependency files regeneratableNamhyung Kim2012-06-291-1/+5
| * | | | | | | tools lib traceevent: Teach [ce]tags about libtraceeevent error codesNamhyung Kim2012-06-291-2/+4
| * | | | | | | tools lib traceevent: Fix clean target in MakefileKonstantin Stepanyuk2012-06-291-1/+1
* | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-07-051-3/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-225-8/+61
| |\ \ \ \ \ \
| * | | | | | | Tools: hv: verify origin of netlink connector messageOlaf Hering2012-06-091-3/+7
| | |/ / / / / | |/| | | | |
* | | | | | | perf tools: Trivial build fixDavid Ahern2012-06-271-1/+1
* | | | | | | perf report: Delay sample_type checks in pipe modeDavid Ahern2012-06-271-2/+4
* | | | | | | perf bench: Documentation updateNamhyung Kim2012-06-274-11/+83
* | | | | | | perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais2012-06-272-1/+65
* | | | | | | perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-2715-182/+314
* | | | | | | perf test: Fix parse events test to follow proper raw event nameJiri Olsa2012-06-251-3/+4
* | | | | | | perf evsel: Fix a build failure on cross compilationNamhyung Kim2012-06-251-1/+0Star
* | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-06-2039-514/+1118
|\ \ \ \ \ \ \
| * | | | | | | perf annotate: Check null of sym pointer before using itSamuel Liao2012-06-191-1/+3
| * | | | | | | perf evsel: Make some methods privateArnaldo Carvalho de Melo2012-06-192-8/+3Star
| * | | | | | | perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-196-12/+11Star
| * | | | | | | perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-191-1/+7