Home
last modified time | relevance | path

Searched refs:subops (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dftrace_internal.h18 int ftrace_startup_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int command);
19 int ftrace_shutdown_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int command);
43 static inline int ftrace_startup_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int comm… in ftrace_startup_subops() argument
47 static inline int ftrace_shutdown_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int com… in ftrace_shutdown_subops() argument
H A Dftrace.c3300 struct ftrace_ops *subops; in append_hashes() local
3309 list_for_each_entry(subops, &ops->subop_list, list) { in append_hashes()
3310 ret = append_hash(&new_hash, subops->func_hash->filter_hash, size_bits); in append_hashes()
3327 struct ftrace_ops *subops; in intersect_hashes() local
3331 list_for_each_entry(subops, &ops->subop_list, list) { in intersect_hashes()
3335 size_bits = subops->func_hash->notrace_hash->size_bits; in intersect_hashes()
3344 ret = intersect_hash(&new_hash, next_hash, subops->func_hash->notrace_hash); in intersect_hashes()
3438 int ftrace_startup_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int command) in ftrace_startup_subops() argument
3451 ftrace_ops_init(subops); in ftrace_startup_subops()
3453 if (WARN_ON_ONCE(subops->flags & FTRACE_OPS_FL_ENABLED)) in ftrace_startup_subops()
[all …]