• Home
  • Raw
  • Download

Lines Matching refs:enable

784 void ftrace_graph_graph_time_control(bool enable)  in ftrace_graph_graph_time_control()  argument
786 fgraph_graph_time = enable; in ftrace_graph_graph_time_control()
1288 int enable) in ftrace_add_mod() argument
1291 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
1300 ftrace_mod->enable = enable; in ftrace_add_mod()
1412 ftrace_hash_move(struct ftrace_ops *ops, int enable, in ftrace_hash_move() argument
1419 if (ops->flags & FTRACE_OPS_FL_IPMODIFY && !enable) in ftrace_hash_move()
1427 if (enable) { in ftrace_hash_move()
1440 ftrace_hash_rec_disable_modify(ops, enable); in ftrace_hash_move()
1444 ftrace_hash_rec_enable_modify(ops, enable); in ftrace_hash_move()
2139 static int ftrace_check_record(struct dyn_ftrace *rec, bool enable, bool update) in ftrace_check_record() argument
2159 if (enable && ftrace_rec_count(rec)) in ftrace_check_record()
2282 int ftrace_update_record(struct dyn_ftrace *rec, bool enable) in ftrace_update_record() argument
2284 return ftrace_check_record(rec, enable, true); in ftrace_update_record()
2296 int ftrace_test_record(struct dyn_ftrace *rec, bool enable) in ftrace_test_record() argument
2298 return ftrace_check_record(rec, enable, false); in ftrace_test_record()
2605 __ftrace_replace_code(struct dyn_ftrace *rec, bool enable) in __ftrace_replace_code() argument
2616 ret = ftrace_update_record(rec, enable); in __ftrace_replace_code()
2644 bool enable = mod_flags & FTRACE_MODIFY_ENABLE_FL; in ftrace_replace_code() local
2656 failed = __ftrace_replace_code(rec, enable); in ftrace_replace_code()
4255 int enable) in ftrace_hash_move_and_update_ops() argument
4264 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4290 const char *func, char *module, int enable) in cache_mod() argument
4293 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4326 ret = ftrace_add_mod(tr, func, module, enable); in cache_mod()
4335 int reset, int enable);
4339 char *mod, bool enable) in process_mod_list() argument
4348 if (enable) in process_mod_list()
4391 if (enable && list_empty(head)) in process_mod_list()
4397 new_hash, enable); in process_mod_list()
4435 char *func_orig, char *cmd, char *module, int enable) in ftrace_mod_callback() argument
4456 return cache_mod(tr, func_orig, module, enable); in ftrace_mod_callback()
5004 char *buff, int len, int enable) in ftrace_process_regex() argument
5030 ret = p->func(tr, hash, func, command, next, enable); in ftrace_process_regex()
5042 size_t cnt, loff_t *ppos, int enable) in ftrace_regex_write() argument
5068 parser->idx, enable); in ftrace_regex_write()
5136 int remove, int reset, int enable) in ftrace_set_hash() argument
5147 if (enable) in ftrace_set_hash()
5173 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
5185 int remove, int reset, int enable) in ftrace_set_addr() argument
5187 return ftrace_set_hash(ops, NULL, 0, ips, cnt, remove, reset, enable); in ftrace_set_addr()
5901 int reset, int enable) in ftrace_set_regex() argument
5903 return ftrace_set_hash(ops, buf, len, NULL, 0, 0, reset, enable); in ftrace_set_regex()
6035 static void __init set_ftrace_early_graph(char *buf, int enable) in set_ftrace_early_graph() argument
6054 if (enable) in set_ftrace_early_graph()
6062 ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable) in ftrace_set_early_filter() argument
6070 ftrace_set_regex(ops, func, strlen(func), 0, enable); in ftrace_set_early_filter()
6104 int enable = !(iter->flags & FTRACE_ITER_NOTRACE); in ftrace_regex_release() local
6107 parser->idx, enable); in ftrace_regex_release()
7707 void ftrace_pid_follow_fork(struct trace_array *tr, bool enable) in ftrace_pid_follow_fork() argument
7709 if (enable) { in ftrace_pid_follow_fork()