summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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-101-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/+0
* | | | | | | 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/+3
| * | | | | | | perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-196-12/+11
| * | | | | | | perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-191-1/+7
| * | | | | | | perf tools: Remove __event_nameArnaldo Carvalho de Melo2012-06-192-56/+6
| * | | | | | | perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo2012-06-192-3/+3
| * | | | | | | perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo2012-06-191-18/+20
| * | | | | | | perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-1915-55/+40
| * | | | | | | perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2012-06-192-31/+14
| * | | | | | | perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-193-16/+34
| * | | | | | | perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-06-193-101/+134
| * | | | | | | perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo2012-06-191-6/+11
| * | | | | | | perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo2012-06-191-0/+195
| * | | | | | | perf lib: Introduce rtrimArnaldo Carvalho de Melo2012-06-192-0/+24
| * | | | | | | perf ui/gtk: Use struct perf_error_opsNamhyung Kim2012-06-192-0/+91
| * | | | | | | perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim2012-06-194-0/+61
| * | | | | | | perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2012-06-192-1/+27
| * | | | | | | perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim2012-06-193-1/+47
| * | | | | | | perf ui: Introduce struct perf_error_opsNamhyung Kim2012-06-198-226/+357
| * | | | | | | perf tools: Add sort by src line/numberArnaldo Carvalho de Melo2012-06-195-2/+54
| |/ / / / / /
* | | | | | | perf/tool: Add automated test for pure terms parsingJiri Olsa2012-06-181-5/+117
* | | | | | | perf/tool: Add PMU event alias supportZheng Yan2012-06-184-1/+188
* | | | | | | perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa2012-06-184-3/+55
* | | | | | | perf/tool: Make the event parser re-entrantZheng Yan2012-06-184-64/+98
* | | | | | | perf/tool: Use data struct for arg passing in event parse functionJiri Olsa2012-06-183-26/+50
* | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-06-185-8/+61
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | perf tools: Fix synthesizing tracepoint names from the perf.data headersArnaldo Carvalho de Melo2012-06-121-0/+32
| * | | | | perf stat: Fix default output fileStephane Eranian2012-06-111-1/+7
| * | | | | perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern2012-06-114-7/+22
OpenPOWER on IntegriCloud