|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/file.h>#include <linux/dcache.h>#include "tp-samples-trace.h"Go to the source code of this file.
Functions | |
| module_init (tp_sample_trace_init) | |
| module_exit (tp_sample_trace_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Mathieu Desnoyers") | |
| MODULE_DESCRIPTION ("Tracepoint Probes Samples") | |
| MODULE_AUTHOR | ( | "Mathieu Desnoyers" | ) |
| MODULE_DESCRIPTION | ( | "Tracepoint Probes Samples" | ) |
| module_exit | ( | tp_sample_trace_exit | ) |
| module_init | ( | tp_sample_trace_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2