aboutsummaryrefslogtreecommitdiff
path: root/include/trace/sched.h
blob: a4b0307c4d6af4efae5c95e75d7844104fd1a4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LTTNG_TRACE_SCHED_H
#define _LTTNG_TRACE_SCHED_H

#include <linux/sched.h>
#include <linux/tracepoint.h>

DECLARE_TRACE(sched_kthread_create,
	TP_PROTO(void *fn, int pid),
		TP_ARGS(fn, pid));

#endif /* _LTTNG_TRACE_SCHED_H */