Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_device.c51 struct ttm_global *glob = &ttm_glob; in ttm_global_release() local
60 __free_page(glob->dummy_read_page); in ttm_global_release()
61 memset(glob, 0, sizeof(*glob)); in ttm_global_release()
68 struct ttm_global *glob = &ttm_glob; in ttm_global_init() local
100 if (unlikely(glob->dummy_read_page == NULL)) { in ttm_global_init()
105 INIT_LIST_HEAD(&glob->device_list); in ttm_global_init()
106 atomic_set(&glob->bo_count, 0); in ttm_global_init()
109 &glob->bo_count); in ttm_global_init()
125 struct ttm_global *glob = &ttm_glob; in ttm_global_swapout() local
198 struct ttm_global *glob = &ttm_glob; in ttm_device_init() local
[all …]
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/
A Dcsv_collection.py3 import os, csv, glob
26 for fname in glob.glob(pattern):
/linux-6.3-rc2/kernel/trace/
A Dtrace_functions.c799 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() argument
810 if (glob[0] == '!') in ftrace_trace_probe_callback()
830 ret = register_ftrace_function_probe(glob, tr, ops, count); in ftrace_trace_probe_callback()
837 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback() argument
850 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_trace_onoff_callback()
856 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback() argument
865 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_stacktrace_callback()
871 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback() argument
881 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_dump_callback()
887 char *glob, char *cmd, char *param, int enable) in ftrace_cpudump_callback() argument
[all …]
A Dtrace_events_trigger.c564 static int register_trigger(char *glob, in register_trigger() argument
609 static void unregister_trigger(char *glob, in unregister_trigger() argument
720 return (glob && glob[0] == '!') ? true : false; in event_trigger_check_remove()
934 char *glob, in event_trigger_register() argument
952 char *glob, in event_trigger_unregister() argument
955 cmd_ops->unreg(glob, trigger_data, file); in event_trigger_unregister()
988 remove = event_trigger_check_remove(glob); in event_trigger_parse()
1467 register_snapshot_trigger(char *glob, in register_snapshot_trigger() argument
1474 return register_trigger(glob, data, file); in register_snapshot_trigger()
1747 remove = event_trigger_check_remove(glob); in event_enable_trigger_parse()
[all …]
A Dtrace.h1073 register_ftrace_function_probe(char *glob, struct trace_array *tr,
1076 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr,
1574 char *glob, char *cmd,
1576 extern int event_enable_register_trigger(char *glob,
1579 extern void event_enable_unregister_trigger(char *glob,
1604 extern bool event_trigger_check_remove(const char *glob);
1623 char *glob,
1627 char *glob,
1774 char *glob, char *cmd,
1776 int (*reg)(char *glob,
[all …]
A Dtrace_eprobe.c517 char *glob, char *cmd, in eprobe_trigger_cmd_parse() argument
523 static int eprobe_trigger_reg_func(char *glob, in eprobe_trigger_reg_func() argument
530 static void eprobe_trigger_unreg_func(char *glob, in eprobe_trigger_unreg_func() argument
/linux-6.3-rc2/scripts/dtc/
A Ddt-extract-compatibles5 import glob
64 for filename in glob.iglob(f + "/**/*.c", recursive=True):
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-ftrace.txt85 function (or a glob pattern). Multiple functions can be given
87 can be a glob pattern. It will be passed to 'set_ftrace_filter'
94 specify multiple functions (or glob patterns). It will be
105 function (or a glob pattern). This is useful to trace for
113 given function (or a glob pattern). Like -G option, this is useful
A Dperf-probe.txt69 Delete probe events. This accepts glob wildcards('*', '?') and character
109 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob
229 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targe…
238 The filter pattern is a glob matching pattern(s) to filter variables.
/linux-6.3-rc2/Documentation/sphinx/
A Dkerneldoc.py35 import glob
105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
/linux-6.3-rc2/tools/perf/tests/
A Dattr.py7 import glob
371 for f in glob.glob(tempdir + '/event*'):
388 for f in glob.glob(options.test_dir + '/' + options.test):
/linux-6.3-rc2/tools/cgroup/
A Diocost_coef_gen.py24 import glob
67 parents = glob.glob('/sys/block/*/' + devname)
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dgv100.c35 char glob[128]; in gv100_gr_trap_sm() local
37 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); in gv100_gr_trap_sm()
42 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : ""); in gv100_gr_trap_sm()
/linux-6.3-rc2/tools/testing/selftests/drivers/sdsi/
A Dsdsi_test.py8 import glob
20 SOCKETS = glob.glob('/sys/bus/auxiliary/devices/intel_vsec.sdsi.*')
/linux-6.3-rc2/Documentation/trace/coresight/
A Dindex.rst7 :glob:
/linux-6.3-rc2/Documentation/trace/rv/
A Dindex.rst7 :glob:
/linux-6.3-rc2/Documentation/bpf/
A Dprograms.rst7 :glob:
A Dmaps.rst23 :glob:
/linux-6.3-rc2/Documentation/input/devices/
A Dindex.rst10 :glob:
/linux-6.3-rc2/tools/testing/selftests/tc-testing/plugin-lib/
A DREADME-PLUGINS23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
/linux-6.3-rc2/tools/hv/
A Dvmbus_testing19 import glob
148 for f_path in glob.iglob(path + '**/*'):
/linux-6.3-rc2/tools/perf/util/
A Ddwarf-aux.h45 bool die_match_name(Dwarf_Die *dw_die, const char *glob);
A Ddwarf-aux.c215 bool die_match_name(Dwarf_Die *dw_die, const char *glob) in die_match_name() argument
220 if (name && strglobmatch(name, glob)) in die_match_name()
224 if (name && strglobmatch(name, glob)) in die_match_name()
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dthuge-gen.c65 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g); in find_pagesizes()
/linux-6.3-rc2/Documentation/trace/
A Dftrace-uses.rst253 The @buf can also be a glob expression to enable all functions that
286 If a glob is used to set the filter, functions can be added to a "notrace"
319 matching glob to functions, the switch will happen during the time of

Completed in 35 milliseconds

12