aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa3-4/+51
2012-06-29tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim1-1/+3
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim4-1/+89
2012-06-29tools lib traceevent: Use local variable 'field'Namhyung Kim1-8/+11
2012-06-29tools lib traceevent: Check string is really printableNamhyung Kim1-1/+13
2012-06-29tools lib traceevent: Make dependency files regeneratableNamhyung Kim1-1/+5
2012-06-29tools lib traceevent: Teach [ce]tags about libtraceeevent error codesNamhyung Kim1-2/+4
2012-06-29tools lib traceevent: Fix clean target in MakefileKonstantin Stepanyuk1-1/+1
2012-06-27perf tools: Trivial build fixDavid Ahern1-1/+1
2012-06-27perf report: Delay sample_type checks in pipe modeDavid Ahern1-2/+4
2012-06-27perf bench: Documentation updateNamhyung Kim4-11/+83
2012-06-27perf symbols: Follow .gnu_debuglink section to find separate symbolsPierre-Loup A. Griffais2-1/+65
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo15-182/+314
2012-06-25perf test: Fix parse events test to follow proper raw event nameJiri Olsa1-3/+4
2012-06-25perf evsel: Fix a build failure on cross compilationNamhyung Kim1-1/+0
2012-06-25perf/x86: Fix section mismatch in uncore_pci_init()Robert Richter1-1/+1
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao1-1/+3
2012-06-19perf evsel: Make some methods privateArnaldo Carvalho de Melo2-8/+3
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa6-12/+11
2012-06-19perf evsel: Reconstruct raw event with modifiers from perf_event_attrArnaldo Carvalho de Melo1-1/+7
2012-06-19perf tools: Remove __event_nameArnaldo Carvalho de Melo2-56/+6
2012-06-19perf tools: Don't access evsel->name directlyArnaldo Carvalho de Melo2-3/+3
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo1-18/+20
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo15-55/+40
2012-06-19perf evsel: Handle all event types in perf_evsel__nameArnaldo Carvalho de Melo2-31/+14
2012-06-19perf tools: Reconstruct sw event with modifiers from perf_event_attrArnaldo Carvalho de Melo3-16/+34
2012-06-19perf tools: Reconstruct hw cache event with modifiers from perf_event_attrArnaldo Carvalho de Melo3-101/+134
2012-06-19perf evsel: Carve out event modifier formattingArnaldo Carvalho de Melo1-6/+11
2012-06-19perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo1-0/+195
2012-06-19perf lib: Introduce rtrimArnaldo Carvalho de Melo2-0/+24
2012-06-19perf ui/gtk: Use struct perf_error_opsNamhyung Kim2-0/+91
2012-06-19perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim4-0/+61
2012-06-19perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2-1/+27
2012-06-19perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim3-1/+47
2012-06-19perf ui: Introduce struct perf_error_opsNamhyung Kim8-226/+357
2012-06-19perf tools: Add sort by src line/numberArnaldo Carvalho de Melo5-2/+54
2012-06-18perf/x86: Lowercase uncore PMU event namesPeter Zijlstra1-35/+16
2012-06-18perf/tool: Add automated test for pure terms parsingJiri Olsa1-5/+117
2012-06-18perf/tool: Add PMU event alias supportZheng Yan4-1/+188
2012-06-18perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa4-3/+55
2012-06-18perf/tool: Make the event parser re-entrantZheng Yan4-64/+98
2012-06-18perf/tool: Use data struct for arg passing in event parse functionJiri Olsa3-26/+50
2012-06-18perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore supportYan, Zheng3-0/+581
2012-06-18perf: Add generic PCI uncore PMU device supportYan, Zheng2-5/+236
2012-06-18perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU supportYan, Zheng2-0/+245
2012-06-18perf/x86: Add generic Intel uncore PMU supportYan, Zheng3-1/+1085
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng2-0/+38
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng1-4/+4
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng1-0/+5
2012-06-18perf: Export perf_assign_events()Yan, Zheng2-3/+5