aboutsummaryrefslogtreecommitdiffstats
path: root/samples/kprobes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt3-18/+19
2009-03-09tracing: optimize trace_printk()Ingo Molnar1-2/+8
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar1-1/+1
2009-03-06tracing: trace_bprintk() cleanupsIngo Molnar2-17/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker12-309/+158
2009-03-06tracing: add trace_bprintk()Lai Jiangshan6-10/+133
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan7-0/+240
2009-03-06vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker1-431/+541
2009-03-06vsprintf: add binary printfLai Jiangshan3-0/+452
2009-03-06tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar1-2/+0
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-06tracing: current tip/master can't enable ftraceKOSAKI Motohiro1-0/+1
2009-03-05tracing: add format files for ftrace default entriesSteven Rostedt5-6/+255
2009-03-05tracing: move print of event format to separate fileSteven Rostedt2-52/+56
2009-03-05tracing: make all file_operations constSteven Rostedt4-19/+19
2009-03-05tracing: clean up menuIngo Molnar2-13/+17
2009-03-05tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2-16/+28
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker3-8/+9
2009-03-05tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2-56/+60
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar4-17/+17
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt2-0/+16
2009-03-04tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt1-32/+7
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt5-36/+1
2009-03-04tracing: add latency output format optionSteven Rostedt2-23/+4
2009-03-04tracing: fix seq read from trace filesSteven Rostedt1-2/+2
2009-03-04tracing: do not return EFAULT if read copied anythingSteven Rostedt1-2/+12
2009-03-04ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt1-1/+5
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt1-0/+2
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra7-8/+82
2009-03-04lockdep: require framepointers for x86Peter Zijlstra1-1/+1
2009-03-04lockdep: remove extra "irq" stringPeter Zijlstra1-2/+2
2009-03-04lockdep: fix incorrect state namePeter Zijlstra1-2/+3
2009-03-03tracing: add binary buffer files for use with spliceSteven Rostedt2-7/+268
2009-03-03ring-buffer: make ring_buffer_read_page read from start on partial pageSteven Rostedt1-10/+33
2009-03-03ring-buffer: replace sizeof of event header with offsetofSteven Rostedt1-1/+1
2009-03-03ring-buffer: fix ring_buffer_read_pageSteven Rostedt2-35/+64
2009-03-03ring-buffer: reset write field for ring_buffer_read_pageSteven Rostedt1-0/+1
2009-03-03Linux 2.6.29-rc7Linus Torvalds1-1/+1
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof HaƂasa1-2/+4
2009-03-03[ARM] fix lots of ARM __devexit sillynessRussell King5-6/+6
2009-03-03tracing: fix return value to registering eventsSteven Rostedt1-4/+4
2009-03-03[ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas1-6/+7
2009-03-03[ARM] 5416/1: Use unused address in v6_early_abortSeth Forshee1-1/+2
2009-03-03x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann1-2/+12
2009-03-03x86: fix init_memory_mapping() to handle small rangesYinghai Lu1-0/+2
2009-03-02Revert "menu: fix embedded menu snafu"Linus Torvalds1-16/+12
2009-03-03drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt1-2/+3
2009-03-03drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom3-8/+15
2009-03-03drm: Wake up all lock waiters when the master disappears.Thomas Hellstrom2-2/+2
2009-03-03drm: Don't return ERESTARTSYS to user-space.Thomas Hellstrom1-1/+1