Home
last modified time | relevance | path

Searched refs:event_trigger_ops (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_trigger.c381 * event_trigger_print - Generic event_trigger_ops @print implementation
416 * event_trigger_init - Generic event_trigger_ops @init implementation
433 * event_trigger_free - Generic event_trigger_ops @free implementation
824 const struct event_trigger_ops *trigger_ops; in trigger_data_alloc()
1363 static const struct event_trigger_ops traceon_trigger_ops = {
1370 static const struct event_trigger_ops traceon_count_trigger_ops = {
1377 static const struct event_trigger_ops traceoff_trigger_ops = {
1384 static const struct event_trigger_ops traceoff_count_trigger_ops = {
1391 static const struct event_trigger_ops *
1394 const struct event_trigger_ops *op in onoff_get_trigger_ops()
[all...]
H A Dtrace.h1755 const struct event_trigger_ops *ops;
1843 * struct event_trigger_ops - callbacks for trace event triggers
1889 struct event_trigger_ops { struct
1949 * initializing it (via the event_trigger_ops @init() function).
1958 * initializing it (via the event_trigger_ops @free() function).
1973 * event_trigger_ops implementation associated with the command.
1976 * event_trigger_ops, depending on the value of the @param
1998 const struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
2019 * words, if the event_trigger_ops @func() probe implementation
1890 triggerevent_trigger_ops global() argument
1894 initevent_trigger_ops global() argument
1895 freeevent_trigger_ops global() argument
1896 printevent_trigger_ops global() argument
H A Dtrace_events_hist.c6329 static const struct event_trigger_ops event_hist_trigger_ops = {
6359 static const struct event_trigger_ops event_hist_trigger_named_ops = {
6366 static const struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6962 static const struct event_trigger_ops hist_enable_trigger_ops = {
6969 static const struct event_trigger_ops hist_enable_count_trigger_ops = {
6976 static const struct event_trigger_ops hist_disable_trigger_ops = {
6983 static const struct event_trigger_ops hist_disable_count_trigger_ops = {
6990 static const struct event_trigger_ops *
6993 const struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()