aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentGravatar Ingo Molnar 2-5/+5
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kset-example: Spelling fixes.Gravatar Radu Voicilas 1-2/+2
2010-03-07kobject-example: Spelling fixes.Gravatar Radu Voicilas 1-2/+2
2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointGravatar Tejun Heo 1-3/+3
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+5
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-3/+0
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackGravatar Frederic Weisbecker 1-2/+5
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsGravatar Frederic Weisbecker 1-5/+5
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsGravatar Frederic Weisbecker 1-3/+0
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesGravatar K.Prasad 1-0/+2
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleGravatar Frederic Weisbecker 1-19/+24
2009-11-09Kconfig: Remove useless and sometimes wrong commentsGravatar Michael Roth 1-3/+0
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointGravatar Frederic Weisbecker 7-159/+4
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-18tracing: Remove markersGravatar Christoph Hellwig 5-156/+1
2009-09-15debugfs: Change debuhgfs directory of trace-events-sample.hGravatar GeunSik Lim 1-1/+1
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsGravatar Ingo Molnar 1-0/+1
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsGravatar Ingo Molnar 2-24/+40
2009-08-16sparc64: cheaper asm/uaccess.h inclusionGravatar Alexey Dobriyan 1-0/+1
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardGravatar Li Zefan 1-17/+20
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-11/+24
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsGravatar Ingo Molnar 3-326/+2
2009-06-16tracing: update sample event documentationGravatar Steven Rostedt 2-11/+24
2009-06-15firmware: remove broken example filesGravatar Greg Kroah-Hartman 2-325/+0
2009-06-15kobject: samples: make SAMPLE_KOBJECT module-onlyGravatar Michal Marek 1-1/+2
2009-06-02hw-breakpoints: sample HW breakpoint over kernel data addressGravatar K.Prasad 4-1/+92
2009-05-06tracing: update sample with TRACE_INCLUDE_FILEGravatar Steven Rostedt 1-1/+6
2009-05-06tracing: small trave_events sample Makefile cleanupGravatar Christoph Hellwig 1-3/+1
2009-05-06tracing/events: make SAMPLE_TRACE_EVENTS default to nGravatar Li Zefan 1-3/+2
2009-05-06tracing/events: don't say hi when loading the trace event sampleGravatar Li Zefan 1-4/+0
2009-04-14tracing/events: add trace-events-sampleGravatar Steven Rostedt 5-1/+196
2009-03-24tracing: Documentation / sample code fixes for tracepointsGravatar Jody McIntyre 1-12/+12
2009-03-10tracing: replace TP<var> with TP_<var>Gravatar Steven Rostedt 1-4/+4
2009-01-06samples: mark {static|__init|__exit} for {init|exit} functionsGravatar Qinghuang Feng 7-13/+13
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Gravatar Mathieu Desnoyers 2-2/+5
2008-11-16tracepoints: samples, fix teardownGravatar Mathieu Desnoyers 2-0/+2
2008-10-14markers: probe example, fix teardownGravatar Mathieu Desnoyers 1-0/+1
2008-10-14tracing: tracepoints, samplesGravatar Mathieu Desnoyers 7-1/+176
2008-07-21kobject: should use kobject_put() in kset-exampleGravatar Li Zefan 1-1/+1
2008-07-21Firmware: fix typo in example codeGravatar Greg Kroah-Hartman 1-1/+1
2008-04-29samples: use non-racy method for /proc/marker-example creationGravatar Denis V. Lunev 1-4/+2
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Gravatar Linus Torvalds 1-0/+1
2008-04-19firmware: clean up samples for coding style issuesGravatar Greg Kroah-Hartman 2-38/+40
2008-04-19firmware: move firmware_class from Documentation/ to samples/Gravatar Randy Dunlap 2-0/+322
2008-03-04Kprobes: move kprobe examples to samples/Gravatar Ananth N Mavinakayanahalli 6-1/+282
2008-02-13Linux Kernel Markers: support multiple probesGravatar Mathieu Desnoyers 1-16/+9
2008-01-24kobject: add sample code for how to use ksets/ktypes/kobjectsGravatar Greg Kroah-Hartman 2-1/+279
2008-01-24kobject: add sample code for how to use kobjects in a simple manner.Gravatar Greg Kroah-Hartman 4-1/+149