summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-17perf archive: Remove -f from the rm commandIrina Tirdea
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong
2012-09-17perf report: Enable integrated annotation only if possibleNamhyung Kim
2012-09-17perf tools: Add sort__has_symNamhyung Kim
2012-09-14perf hists browser: Fix first column printingNamhyung Kim
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo
2012-09-14perf sched: Fixup for the die() removalNamhyung Kim
2012-09-14perf test: Fixup for the die() removalNamhyung Kim
2012-09-14perf probe: Add union member access supportHyeoncheol Lee
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-09-14kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu
2012-09-14ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt
2012-09-14kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu
2012-09-14ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu
2012-09-14trace: Stop compiling in trace_clock unconditionallyJosh Triplett
2012-09-14tracing: Skip printing "OK" if failed to disable eventYuanhan Liu
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar
2012-09-13Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-09-12trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett
2012-09-11perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo
2012-09-11perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo
2012-09-11perf sched: Use perf_tool as ancestorArnaldo Carvalho de Melo
2012-09-11perf sched: Remove unused thread parameterArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa
2012-09-11perf tools: Add memdup functionJiri Olsa
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea
2012-09-11perf tools: Add missing perf_regs.h file to MANIFESTArnaldo Carvalho de Melo
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea
2012-09-09perf kmem: Remove die() callsArnaldo Carvalho de Melo
2012-09-09perf sched: Remove die() callsArnaldo Carvalho de Melo
2012-09-09perf test: Remove die() callsArnaldo Carvalho de Melo
2012-09-09Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-09-08Linux 3.6-rc5Linus Torvalds
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds
2012-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern
2012-09-08perf gtk/browser: Use perf_hpp__format functionsNamhyung Kim
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim
2012-09-08perf hists: Handle field separator properlyNamhyung Kim
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim