summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-14perf probe: Add union member access supportHyeoncheol Lee1-8/+16
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar8-24/+46
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2-16/+29
2012-09-13ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt1-0/+4
2012-09-13kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu1-3/+6
2012-09-13ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu1-2/+1
2012-09-13trace: Stop compiling in trace_clock unconditionallyJosh Triplett3-6/+7
2012-09-13tracing: Skip printing "OK" if failed to disable eventYuanhan Liu1-1/+3
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar210-966/+1568
2012-09-13Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar92-1231/+1518
2012-09-12trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett1-10/+18
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-09Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar17-280/+665
2012-09-08Linux 3.6-rc5v3.6-rc5Linus Torvalds1-1/+1
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds5-12/+120
2012-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-2/+23
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-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar19-63/+180
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
2012-09-07perf tools: fix missing winsize definitionIrina Tirdea2-0/+2
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea1-0/+3