summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron2-12/+5
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar32-207/+589
2012-02-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar13-117/+667
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar31-205/+298
2012-02-24static keys: Add docs better explaining the whole 'struct static_key' mechanismJason Baron1-0/+286
2012-02-23tracepoint, vfs, sched: Add exec() tracepointDavid Smith2-3/+33
2012-02-22Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-2/+13
2012-02-22jump label: Fix compiler warningJason Baron1-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron1-1/+4
2012-02-21perf tools: fix broken perf record -a modeStephane Eranian1-1/+1
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa5-12/+172
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa5-47/+83
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa5-2/+109
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa5-1/+13
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa5-51/+101
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa3-7/+172
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt1-3/+3
2012-02-21tracing: Don't print an extra separator of flagsAndrey Vagin1-2/+4
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka1-1/+0
2012-02-17perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi1-0/+12
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar15-44/+118
2012-02-17Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar33-416/+616
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo6-13/+10
2012-02-14perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo4-15/+39
2012-02-14perf tools: cleanup initialization of attr->sizeStephane Eranian2-1/+2
2012-02-14perf tools: Factor out feature op to process header sectionsRobert Richter1-15/+29
2012-02-14perf tools: Moving code in header.cRobert Richter1-150/+150
2012-02-14perf tools: Add bitmap_or function into bitmap objectJiri Olsa2-0/+21
2012-02-14perf tools: Add sysfs mountpoint interfaceJiri Olsa3-0/+68
2012-02-14perf tools: Remove unused functions from debugfs objectJiri Olsa2-147/+0
2012-02-14perf tools: Get rid of ctype.h in symbol.cNamhyung Kim1-1/+1
2012-02-14perf tools: ctype.c only wants util.hNamhyung Kim1-1/+1
2012-02-14perf tools: Implement islower/isupper macro into util.hNamhyung Kim1-0/+4
2012-02-14perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-02-14perf top: Don't process samples with no valid machine objectJoerg Roedel3-0/+17
2012-02-14perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern18-56/+185
2012-02-14perf tools: Fix out of tree compilesDavid Ahern1-0/+1
2012-02-14perf tools: Fix build dependency of perf python extensionNamhyung Kim3-5/+25
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg2-0/+46
2012-02-13ftrace: Append wakeup_rt description of ftrace docGeunsik Lim1-0/+7
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim1-3/+3
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt1-4/+4
2012-02-13x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2-12/+14
2012-02-13tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt1-4/+18
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu4-32/+40
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-02-11watchdog: Update Kconfig entriesFernando Luis Vázquez Cao1-7/+11
2012-02-11watchdog: Update documentationFernando Luis Vázquez Cao2-83/+63