Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.h401 const char *system_names; member
H A Dtrace.c10328 tr->system_names = kstrdup_const(systems, GFP_KERNEL); in trace_array_create_systems()
10329 if (!tr->system_names) in trace_array_create_systems()
10394 kfree_const(tr->system_names); in trace_array_create_systems()
10545 kfree_const(tr->system_names); in __remove_instance()
H A Dtrace_events.c3493 if (!event_in_systems(call, tr->system_names)) in trace_create_new_event()
3565 * allocation, or NULL if the event is not part of the tr->system_names. in __trace_add_new_event()
3566 * When the event is not part of the tr->system_names, return zero, not in __trace_add_new_event()
3614 * allocation, or NULL if the event is not part of the tr->system_names. in __trace_early_add_new_event()
3615 * When the event is not part of the tr->system_names, return zero, not in __trace_early_add_new_event()