aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-15perf tools: Correct Makefile.includeBorislav Petkov1-1/+3
2013-03-15perf tools: Honor parallel jobsBorislav Petkov1-1/+1
2013-03-15perf tools: Remove a write-only variable in the debugfs codeBorislav Petkov1-8/+5
2013-03-15perf tools: Fix build on non-glibc systems due to libio.h absenceCody P Schafer6-12/+6
2013-03-14perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee1-0/+24
2013-03-13perf probe: Fix segfaultAnanth N Mavinakayanahalli1-1/+1
2013-03-13libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell1-1/+1
2013-03-13perf record: Fix -C optionJiri Olsa1-2/+4
2013-03-13perf tools: check if -DFORTIFY_SOURCE=2 is allowedMarcin Slusarz1-1/+7
2013-03-13perf report: Fix build with NO_NEWT=1Michael Ellerman1-0/+1
2013-03-13perf annotate: Fix build with NO_NEWT=1Michael Ellerman1-2/+2
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds134-3142/+7159
2013-02-14perf tools: Fix build with bison 2.3 and older.Vinson Lee3-4/+2
2013-02-14perf tools: Limit unwind support to x86 archsJiri Olsa1-0/+5
2013-02-14perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim2-2/+18
2013-02-14perf gtk/annotate: Fail early if it can't annotateNamhyung Kim1-8/+8
2013-02-14perf gtk/annotate: Show source lines with gray colorNamhyung Kim1-3/+27
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim4-27/+56
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim6-4/+218
2013-02-14perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim1-1/+1
2013-02-14perf buildid-cache: Add --update optionNamhyung Kim2-1/+53
2013-02-06perf python: Link with sysfs.oArnaldo Carvalho de Melo1-0/+1
2013-02-06perf evlist: Pass the event_group info via perf_attr_detailsArnaldo Carvalho de Melo3-3/+4
2013-02-06perf tools: Fix calloc argument orderingPaul Gortmaker2-3/+3
2013-02-06perf tests: Adding automated parsing tests for group :GH modifiersJiri Olsa1-1/+177
2013-02-06perf tools: Fix perf_evsel::exclude_GH handlingJiri Olsa1-8/+0
2013-02-06perf perl scripts: Fix SIGALRM and pipe read race for rwtopJiri Olsa1-1/+5
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa1-27/+26
2013-02-06perf stat: Add per processor socket count aggregationStephane Eranian2-12/+123
2013-02-06perf tools: Add cpu_map processor socket level functionsStephane Eranian2-0/+63
2013-02-06perf evlist: Make event_copy local to mmapsDavid Ahern3-29/+30
2013-02-06perf sort: Check return value of strdup()Namhyung Kim1-0/+5
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim7-10/+18
2013-02-06perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()Namhyung Kim1-17/+6
2013-02-06perf tools: Check for flex and bison before continuing buildingBorislav Petkov1-3/+10
2013-02-06perf evlist: Fix set event list leaderStephane Eranian1-2/+1
2013-02-06perf report: Enable the runtime switching of perf data fileFeng Tang1-11/+27
2013-02-06perf hists browser: Add option for runtime switching perf data fileFeng Tang2-1/+112
2013-02-05tools/vm: add .gitignore to ignore built binariesJoonsoo Kim1-0/+2
2013-01-31perf evlist: Add --group optionNamhyung Kim3-2/+33
2013-01-31perf report: Add report.group config optionNamhyung Kim1-0/+13
2013-01-31perf report: Add --group optionNamhyung Kim2-0/+5
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim5-3/+84
2013-01-31perf report: Bypass non-leader events when event group is enabledNamhyung Kim3-6/+43
2013-01-31perf gtk/browser: Trim column header string when event group enabledNamhyung Kim1-1/+1
2013-01-31perf gtk/browser: Add support for event group viewNamhyung Kim1-4/+52
2013-01-31perf hists browser: Add suppport for event group viewNamhyung Kim1-0/+57
2013-01-31perf hists browser: Move coloring logic to hpp functionsNamhyung Kim1-30/+42
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim2-1/+63
2013-01-31perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim1-21/+47