Searched refs:glob (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/kernel/trace/
H A Dtrace_events.c3612 char *glob, char *cmd, char *param, int enabled)
3650 if (glob[0] == '!') {
3651 ret = unregister_ftrace_function_probe_func(glob+1, tr, ops);
3694 ret = register_ftrace_function_probe(glob, tr, ops, data);
3611 event_enable_func(struct trace_array *tr, struct ftrace_hash *hash, char *glob, char *cmd, char *param, int enabled) argument
H A Dtrace.c5434 "\t accepts: func_full_name or glob-matching-pattern\n"
8430 char *glob, char *cmd, char *param, int enable)
8446 if (glob[0] == '!') {
8447 ret = unregister_ftrace_function_probe_func(glob+1, tr, ops);
8475 ret = register_ftrace_function_probe(glob, tr, ops, count);
8429 ftrace_trace_snapshot_callback(struct trace_array *tr, struct ftrace_hash *hash, char *glob, char *cmd, char *param, int enable) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c4088 offsetof(struct nvm_cfg1, glob) +
4325 offsetof(struct nvm_cfg1, glob) +
4383 offsetof(struct nvm_cfg1, glob) +
4402 offsetof(struct nvm_cfg1, glob) +
H A Dqed_mfw_hsi.h2168 struct nvm_cfg1_glob glob; member in struct:nvm_cfg1
H A Dqed_mcp.c2200 offsetof(struct nvm_cfg1, glob) +
/linux-master/mm/
H A Dslub.c1796 char *end, *glob; local
1803 glob = strnchr(iter, end - iter, '*');
1804 if (glob)
1805 cmplen = glob - iter;
/linux-master/drivers/ata/
H A Dlibata-core.c47 #include <linux/glob.h>

Completed in 243 milliseconds

12