summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| * | | | | | | perf tools: Remove __event_nameArnaldo Carvalho de Melo2012-06-192-56/+6Star
| * | | | | | | 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/+40Star
| * | | | | | | perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2012-06-192-31/+14Star
| * | | | | | | 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
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-0819-55/+212
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-06-0619-55/+212
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju2012-05-311-6/+2Star
| | * | | perf symbols: Check for valid dso before creating mapSrikar Dronamraju2012-05-311-1/+4
| | * | | perf evsel: Fix 32 bit values endianity swap for sample_id_all headerJiri Olsa2012-05-311-7/+22
| | * | | perf session: Handle endianity swap on sample_id_all header dataJiri Olsa2012-05-311-12/+55
| | * | | perf symbols: Handle different endians properly during symbol loadJiri Olsa2012-05-312-1/+62
| | * | | perf evlist: Pass third argument to ioctl explicitlyNamhyung Kim2012-05-311-2/+4
| | * | | perf tools: Update ioctl documentation for PERF_IOC_FLAG_GROUPNamhyung Kim2012-05-311-3/+4
| | * | | perf tools: Make --version show kernel version instead of pull req tagArnaldo Carvalho de Melo2012-05-311-1/+1
| | * | | perf tools: Check if callchain is corruptedNamhyung Kim2012-05-311-1/+13
| | * | | perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-317-14/+17
| | * | | perf tools: Fix pager on minimal-install embedded systemsAvik Sil2012-05-301-0/+4