summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-21ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2-10/+11
2011-12-21ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2-16/+60
2011-12-21ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt1-11/+17
2011-12-21ftrace: Fix ftrace hash record update with notraceSteven Rostedt1-1/+1
2011-12-21ftrace: Use bsearch to find record ipSteven Rostedt1-15/+23
2011-12-21ftrace: Sort the mcount records on each pageSteven Rostedt1-0/+29
2011-12-21ftrace: Replace record newlist with record page listSteven Rostedt2-35/+38
2011-12-21ftrace: Allocate the mcount record pages as groupsSteven Rostedt1-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsSteven Rostedt2-52/+49
2011-12-21ftrace: Allow archs to modify code without stop machineSteven Rostedt2-38/+246
2011-12-21ftrace: Do not function trace inlined functionsSteven Rostedt1-0/+5
2011-12-21ftrace: Fix unregister ftrace_ops accountingJiri Olsa1-14/+13
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin3-0/+90
2011-12-12perf script: Implement option for system-wide profilingRobert Richter1-5/+10
2011-12-12perf script: Fix mem leaks and NULL pointer checks around strdup()sRobert Richter1-19/+29
2011-12-06perf, x86: Expose perf capability to other modulesGleb Natapov2-0/+27
2011-12-06perf, x86: Implement arch event mask as quirkPeter Zijlstra3-33/+68
2011-12-06x86, perf: Disable non available architectural eventsGleb Natapov3-5/+42
2011-12-06jump_label: Provide jump_label_key initializersPeter Zijlstra2-4/+11
2011-12-06jump_label, x86: Fix section mismatchPeter Zijlstra2-2/+2
2011-12-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-28/+79
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov4-10/+68
2011-12-06perf: Fix enable_on_exec for sibling eventsPeter Zijlstra1-7/+1
2011-12-06perf: Remove superfluous argumentsPeter Zijlstra1-5/+4
2011-12-06perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra1-5/+14
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter3-5/+72
2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter2-55/+140
2011-12-06perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra2-16/+33
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar245-2463/+2668
2011-12-05ftrace: Fix hash record accounting bugSteven Rostedt1-1/+3
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-05jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-05ftrace: Remove force undef config value left for testingSteven Rostedt1-1/+0
2011-12-05tracing: Restore system filter behaviorLi Zefan2-1/+8
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-05x86/tools: Add decoded instruction dump modeMasami Hiramatsu1-3/+4
2011-12-05x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu2-282/+345
2011-12-05x86/tools: Fix insn_sanity message outputsMasami Hiramatsu1-2/+2
2011-12-05x86/tools: Fix instruction decoder message outputMasami Hiramatsu1-4/+3
2011-12-05x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2-2/+11
2011-12-05x86/tools: Fix Makefile to build all test toolsMasami Hiramatsu1-2/+1
2011-12-05Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-3/+3
2011-12-05Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar4-12/+14
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra4-2/+91
2011-12-05perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter1-11/+18
2011-12-05perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra1-0/+8
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo1-0/+337
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo2-6/+54
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3