Searched refs:glob (Results 1 - 25 of 32) sorted by last modified time

12

/linux-master/drivers/ata/
H A Dlibata-core.c47 #include <linux/glob.h>
/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_events_trigger.c555 * @glob: The raw string used to register the trigger
566 static int register_trigger(char *glob, argument
603 static bool try_unregister_trigger(char *glob, argument
633 * @glob: The raw string used to register the trigger
642 static void unregister_trigger(char *glob, argument
646 try_unregister_trigger(glob, test, file);
666 * glob - the trigger command name optionally prefaced with '!'
675 * - 'traceon' is both cmd and glob
681 * - 'enable_event' is both cmd and glob
687 * - 'hist' is both cmd and glob
736 event_trigger_check_remove(const char *glob) argument
950 event_trigger_register(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, struct event_trigger_data *trigger_data) argument
968 event_trigger_unregister(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, struct event_trigger_data *trigger_data) argument
997 event_trigger_parse(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param_and_filter) argument
1485 register_snapshot_trigger(char *glob, struct event_trigger_data *data, struct trace_event_file *file) argument
1500 unregister_snapshot_trigger(char *glob, struct event_trigger_data *data, struct trace_event_file *file) argument
1763 event_enable_trigger_parse(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param_and_filter) argument
1872 event_enable_register_trigger(char *glob, struct event_trigger_data *data, struct trace_event_file *file) argument
1912 event_enable_unregister_trigger(char *glob, struct event_trigger_data *test, struct trace_event_file *file) argument
[all...]
H A Dtrace.h19 #include <linux/glob.h>
1109 register_ftrace_function_probe(char *glob, struct trace_array *tr,
1112 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr,
1629 char *glob, char *cmd,
1631 extern int event_enable_register_trigger(char *glob,
1634 extern void event_enable_unregister_trigger(char *glob,
1659 extern bool event_trigger_check_remove(const char *glob);
1678 char *glob,
1682 char *glob,
1832 char *glob, cha
[all...]
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
H A Dftrace.c4799 register_ftrace_function_probe(char *glob, struct trace_array *tr, argument
4817 if (WARN_ON(glob[0] == '!'))
4861 ret = ftrace_match_records(hash, glob, strlen(glob));
4944 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr, argument
4961 if (!glob || !strlen(glob) || !strcmp(glob, "*"))
4966 func_g.type = filter_parse_regex(glob, strlen(glob),
[all...]
H A Dtrace_eprobe.c490 char *glob, char *cmd,
496 static int eprobe_trigger_reg_func(char *glob, argument
503 static void eprobe_trigger_unreg_func(char *glob, argument
488 eprobe_trigger_cmd_parse(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param_and_filter) argument
H A Dtrace_events_hist.c2857 char *glob, char *cmd,
6272 static bool existing_hist_update_only(char *glob, argument
6314 static int hist_register_trigger(char *glob, argument
6456 static void hist_unregister_trigger(char *glob, argument
6541 char *glob, char *cmd,
6556 if (WARN_ON(!glob))
6559 if (glob[0]) {
6564 remove = event_trigger_check_remove(glob);
6643 event_trigger_unregister(cmd_ops, file, glob+1, trigger_data);
6652 if (existing_hist_update_only(glob, trigger_dat
6539 event_hist_trigger_parse(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param_and_filter) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1302 char glob[128]; local
1304 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr);
1309 gpc, tpc, gerr, glob, werr, warp ? warp->name : "");
H A Dgv100.c35 char glob[128]; local
37 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr);
42 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : "");
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py17 import glob namespace
131 dir_list = glob.glob(os.path.join(parent_sysfs, path_glob))
166 intf_dirs = glob.glob(os.path.join(sysfs_dir, intf_dir_fmt))
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c19 #include <glob.h>
51 ret = glob(multi_dir_glob, GLOB_ONLYDIR, NULL, &buf);
/linux-master/tools/crypto/ccp/
H A Dtest_dbc.py6 import glob namespace
26 fused_part = glob.glob("/sys/bus/pci/drivers/ccp/**/fused_part")[0]
/linux-master/tools/testing/selftests/mm/
H A Dthuge-gen.c23 #include <glob.h>
174 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g);
/linux-master/tools/perf/util/
H A Ddwarf-aux.c208 * die_match_name - Match diename/linkage name and glob
210 * @glob: a string of target glob pattern
212 * Glob matching the name of @dw_die and @glob. Return false if matching fail.
215 bool die_match_name(Dwarf_Die *dw_die, const char *glob) argument
220 if (name && strglobmatch(name, glob))
224 if (name && strglobmatch(name, glob))
H A Ddwarf-aux.h44 /* Matching diename with glob pattern */
45 bool die_match_name(Dwarf_Die *dw_die, const char *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/lib/kunit/
H A Dexecutor.c6 #include <linux/glob.h>
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py35 import glob namespace
105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_device.c51 struct ttm_global *glob = &ttm_glob; local
60 __free_page(glob->dummy_read_page);
61 memset(glob, 0, sizeof(*glob));
68 struct ttm_global *glob = &ttm_glob; local
98 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32 |
102 if (unlikely(glob->dummy_read_page == NULL)) {
103 glob->dummy_read_page = alloc_page(__GFP_ZERO);
104 if (unlikely(glob->dummy_read_page == NULL)) {
111 INIT_LIST_HEAD(&glob
131 struct ttm_global *glob = &ttm_glob; local
203 struct ttm_global *glob = &ttm_glob; local
[all...]
/linux-master/drivers/base/
H A Dsoc.c17 #include <linux/glob.h>
/linux-master/tools/perf/tests/
H A Dattr.py7 import glob namespace
371 for f in glob.glob(tempdir + '/event*'):
388 for f in glob.glob(options.test_dir + '/' + options.test):
/linux-master/tools/testing/selftests/hid/tests/
H A Dconftest.py65 for module in modules.glob("*.ko"):
/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_mcp.c2200 offsetof(struct nvm_cfg1, glob) +

Completed in 538 milliseconds

12