summaryrefslogtreecommitdiffstats
path: root/lib/mpi (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-21perf tools: Fix parallel buildEric Sandeen1-2/+2
2012-09-20perf record: Print event causing perf_event_open() to failStephane Eranian1-2/+4
2012-09-20perf tools: Fix a compiling error in util/map.cFeng Tang1-3/+2
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang1-1/+1
2012-09-19perf: Fix off by one test in perf_reg_value()Dan Carpenter1-1/+1
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng7-22/+82
2012-09-17perf/x86: Add cpumask for uncore pmuYan, Zheng2-5/+29
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-15uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"Oleg Nesterov1-1/+1
2012-09-15uprobes/x86: Fix arch_uprobe_disable_step() && UTASK_SSTEP_TRAPPED interactionOleg Nesterov1-4/+10
2012-09-15uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov2-8/+14
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov3-15/+21
2012-09-15ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logicOleg Nesterov1-1/+13
2012-09-15ptrace/x86: Introduce set_task_blockstep() helperOleg Nesterov1-20/+21
2012-09-15uprobes/x86: Implement x86 specific arch_uprobe_*_stepSebastian Andrzej Siewior2-0/+35
2012-09-15uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior2-2/+14
2012-09-15uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov1-0/+22
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov2-5/+37
2012-09-15uprobes: uprobes_treelock should not disable irqsOleg Nesterov1-13/+8
2012-09-15uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior1-1/+2
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-14kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2-16/+29
2012-09-14ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt1-0/+4
2012-09-14kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu1-3/+6
2012-09-14ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu1-2/+1
2012-09-14trace: Stop compiling in trace_clock unconditionallyJosh Triplett3-6/+7
2012-09-14tracing: Skip printing "OK" if failed to disable eventYuanhan Liu1-1/+3
2012-09-12trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett1-10/+18
2012-09-12perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo1-180/+97
2012-09-12perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo1-159/+90
2012-09-12perf 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