summaryrefslogtreecommitdiff
path: root/samples
Commit message (Expand)AuthorAge
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-09
|\
| * Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
| * kset-example: Spelling fixes.Radu Voicilas2010-03-07
| * kobject-example: Spelling fixes.Radu Voicilas2010-03-07
* | percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo2010-02-27
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-11
|\
| * hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-06
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-07
|\ \ | |/ |/|
| * Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-09
* | hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-27
* | hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-26
* | hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad2009-11-23
* | hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2009-11-10
* | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-18
|\ \ | |/
| * const: constify remaining file_operationsAlexey Dobriyan2009-10-01
| * tracing: Remove markersChristoph Hellwig2009-09-18
| * debugfs: Change debuhgfs directory of trace-events-sample.hGeunSik Lim2009-09-15
* | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-15
|\ \ | |/
| * sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan2009-08-16
* | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-07
|\ \ | |/
| * tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan2009-07-13
| * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-20
| |\
| | * tracing: update sample event documentationSteven Rostedt2009-06-16
* | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-17
|\ \ \ | |/ /
| * | firmware: remove broken example filesGreg Kroah-Hartman2009-06-15
| * | kobject: samples: make SAMPLE_KOBJECT module-onlyMichal Marek2009-06-15
| |/
* | hw-breakpoints: sample HW breakpoint over kernel data addressK.Prasad2009-06-02
|/
* tracing: update sample with TRACE_INCLUDE_FILESteven Rostedt2009-05-06
* tracing: small trave_events sample Makefile cleanupChristoph Hellwig2009-05-06
* tracing/events: make SAMPLE_TRACE_EVENTS default to nLi Zefan2009-05-06
* tracing/events: don't say hi when loading the trace event sampleLi Zefan2009-05-06
* tracing/events: add trace-events-sampleSteven Rostedt2009-04-14
* tracing: Documentation / sample code fixes for tracepointsJody McIntyre2009-03-24
* tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-10
* samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng2009-01-06
* tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-16
* tracepoints: samples, fix teardownMathieu Desnoyers2008-11-16
* markers: probe example, fix teardownMathieu Desnoyers2008-10-14
* tracing: tracepoints, samplesMathieu Desnoyers2008-10-14
* kobject: should use kobject_put() in kset-exampleLi Zefan2008-07-21
* Firmware: fix typo in example codeGreg Kroah-Hartman2008-07-21
* samples: use non-racy method for /proc/marker-example creationDenis V. Lunev2008-04-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-21
|\
* | firmware: clean up samples for coding style issuesGreg Kroah-Hartman2008-04-19
* | firmware: move firmware_class from Documentation/ to samples/Randy Dunlap2008-04-19
|/
* Kprobes: move kprobe examples to samples/Ananth N Mavinakayanahalli2008-03-04
* Linux Kernel Markers: support multiple probesMathieu Desnoyers2008-02-13
* kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2008-01-24