summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang1-1/+1
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng7-22/+82
2012-09-17perf report: Add missing perf_hpp__init for pipe-modeNamhyung Kim1-1/+3
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang2-0/+56
2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang2-0/+11
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang1-0/+3
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang1-2/+3
2012-09-17perf archive: Make 'f' the last parameter for tarIrina Tirdea1-1/+1
2012-09-17perf archive: Remove -f from the rm commandIrina Tirdea1-2/+2
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong4-54/+76
2012-09-17perf report: Enable integrated annotation only if possibleNamhyung Kim1-6/+6
2012-09-17perf tools: Add sort__has_symNamhyung Kim2-0/+6
2012-09-14perf hists browser: Fix first column printingNamhyung Kim1-2/+2
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim3-16/+16
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo2-2/+1
2012-09-14perf sched: Fixup for the die() removalNamhyung Kim1-7/+7
2012-09-14perf test: Fixup for the die() removalNamhyung Kim1-4/+4
2012-09-14perf probe: Add union member access supportHyeoncheol Lee1-8/+16
2012-09-11perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo1-180/+97
2012-09-11perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo1-159/+90
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo2-0/+42
2012-09-11perf sched: Use perf_tool as ancestorArnaldo Carvalho de Melo1-574/+562
2012-09-11perf sched: Remove unused thread parameterArnaldo Carvalho de Melo1-15/+8
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea76-418/+498
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa8-26/+194
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa2-1/+2
2012-09-11perf tools: Add memdup functionJiri Olsa2-1/+19
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa1-0/+5
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea6-19/+19
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea1-0/+4
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea3-0/+21
2012-09-11perf tools: Add missing perf_regs.h file to MANIFESTArnaldo Carvalho de Melo1-0/+1
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea3-1/+14
2012-09-09perf kmem: Remove die() callsArnaldo Carvalho de Melo1-41/+67
2012-09-09perf sched: Remove die() callsArnaldo Carvalho de Melo1-102/+179
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo1-6/+8
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern1-2/+0
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern1-2/+10
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern1-1/+8
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim3-16/+87
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim2-23/+77
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2-33/+27
2012-09-08perf hists: Handle field separator properlyNamhyung Kim2-27/+50
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim6-200/+426
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea2-3/+7
2012-09-07perf tools: Fix build for another rbtree.c changeAdrian Hunter1-0/+1
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea3-0/+28
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-07perf tools: replace mkostemp with mkstempIrina Tirdea1-1/+1
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea2-0/+2