Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/gpu/drm/ttm/
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
98 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32); in ttm_global_init()
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
[all …]
/Linux-v6.6/drivers/comedi/drivers/ni_routing/tools/
Dcsv_collection.py3 import os, csv, glob
26 for fname in glob.glob(pattern):
/Linux-v6.6/kernel/trace/
Dtrace_functions.c799 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() argument
810 if (glob[0] == '!') in ftrace_trace_probe_callback()
811 return unregister_ftrace_function_probe_func(glob+1, tr, ops); 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()
[all …]
Dtrace_events_trigger.c566 static int register_trigger(char *glob, in register_trigger() argument
611 static void unregister_trigger(char *glob, in unregister_trigger() argument
720 bool event_trigger_check_remove(const char *glob) in event_trigger_check_remove() argument
722 return (glob && glob[0] == '!') ? true : false; in event_trigger_check_remove()
936 char *glob, in event_trigger_register() argument
939 return cmd_ops->reg(glob, trigger_data, file); in event_trigger_register()
954 char *glob, in event_trigger_unregister() argument
957 cmd_ops->unreg(glob, trigger_data, file); in event_trigger_unregister()
983 char *glob, char *cmd, char *param_and_filter) in event_trigger_parse() argument
990 remove = event_trigger_check_remove(glob); in event_trigger_parse()
[all …]
Dtrace.h1101 register_ftrace_function_probe(char *glob, struct trace_array *tr,
1104 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr,
1611 char *glob, char *cmd,
1613 extern int event_enable_register_trigger(char *glob,
1616 extern void event_enable_unregister_trigger(char *glob,
1641 extern bool event_trigger_check_remove(const char *glob);
1660 char *glob,
1664 char *glob,
1811 char *glob, char *cmd,
1813 int (*reg)(char *glob,
[all …]
Dtrace_eprobe.c490 char *glob, char *cmd, in eprobe_trigger_cmd_parse() argument
496 static int eprobe_trigger_reg_func(char *glob, in eprobe_trigger_reg_func() argument
503 static void eprobe_trigger_unreg_func(char *glob, in eprobe_trigger_unreg_func() argument
/Linux-v6.6/tools/perf/Documentation/
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
106 function (or a glob pattern). This is useful to trace for
114 given function (or a glob pattern). Like -G option, this is useful
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-v6.6/scripts/dtc/
Ddt-extract-compatibles5 import glob
64 for filename in glob.iglob(f + "/**/*.c", recursive=True):
/Linux-v6.6/Documentation/sphinx/
Dkerneldoc.py35 import glob
105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
/Linux-v6.6/tools/perf/tests/
Dattr.py7 import glob
371 for f in glob.glob(tempdir + '/event*'):
388 for f in glob.glob(options.test_dir + '/' + options.test):
/Linux-v6.6/tools/cgroup/
Diocost_coef_gen.py24 import glob
67 parents = glob.glob('/sys/block/*/' + devname)
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
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-v6.6/tools/testing/selftests/drivers/sdsi/
Dsdsi_test.py8 import glob
20 SOCKETS = glob.glob('/sys/bus/auxiliary/devices/intel_vsec.sdsi.*')
/Linux-v6.6/Documentation/trace/coresight/
Dindex.rst7 :glob:
/Linux-v6.6/Documentation/trace/rv/
Dindex.rst7 :glob:
/Linux-v6.6/Documentation/bpf/
Dprograms.rst7 :glob:
/Linux-v6.6/Documentation/input/devices/
Dindex.rst10 :glob:
/Linux-v6.6/Documentation/wmi/devices/
Dindex.rst13 :glob:
/Linux-v6.6/tools/crypto/ccp/
Dtest_dbc.py6 import glob
20 fused_part = glob.glob("/sys/bus/pci/drivers/ccp/**/fused_part")[0]
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dconftest.py65 for module in modules.glob("*.ko"):
/Linux-v6.6/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
/Linux-v6.6/tools/hv/
Dvmbus_testing19 import glob
148 for f_path in glob.iglob(path + '**/*'):
/Linux-v6.6/tools/perf/util/
Ddwarf-aux.h45 bool die_match_name(Dwarf_Die *dw_die, const char *glob);
/Linux-v6.6/tools/testing/selftests/mm/
Dthuge-gen.c66 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g); in find_pagesizes()

12