/linux-6.1.9/drivers/gpu/drm/ttm/ |
D | ttm_device.c | 51 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-6.1.9/drivers/comedi/drivers/ni_routing/tools/ |
D | csv_collection.py | 3 import os, csv, glob 26 for fname in glob.glob(pattern):
|
/linux-6.1.9/kernel/trace/ |
D | trace_functions.c | 799 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 …]
|
D | trace_events_trigger.c | 564 static int register_trigger(char *glob, in register_trigger() argument 609 static void unregister_trigger(char *glob, in unregister_trigger() argument 718 bool event_trigger_check_remove(const char *glob) in event_trigger_check_remove() argument 720 return (glob && glob[0] == '!') ? true : false; in event_trigger_check_remove() 934 char *glob, in event_trigger_register() argument 937 return cmd_ops->reg(glob, trigger_data, file); in event_trigger_register() 952 char *glob, in event_trigger_unregister() argument 955 cmd_ops->unreg(glob, trigger_data, file); in event_trigger_unregister() 981 char *glob, char *cmd, char *param_and_filter) in event_trigger_parse() argument 988 remove = event_trigger_check_remove(glob); in event_trigger_parse() [all …]
|
D | trace.h | 1069 register_ftrace_function_probe(char *glob, struct trace_array *tr, 1072 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr, 1567 char *glob, char *cmd, 1569 extern int event_enable_register_trigger(char *glob, 1572 extern void event_enable_unregister_trigger(char *glob, 1597 extern bool event_trigger_check_remove(const char *glob); 1616 char *glob, 1620 char *glob, 1767 char *glob, char *cmd, 1769 int (*reg)(char *glob, [all …]
|
D | trace_eprobe.c | 585 char *glob, char *cmd, in eprobe_trigger_cmd_parse() argument 591 static int eprobe_trigger_reg_func(char *glob, in eprobe_trigger_reg_func() argument 598 static void eprobe_trigger_unreg_func(char *glob, in eprobe_trigger_unreg_func() argument
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gv100.c | 35 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.1.9/scripts/dtc/ |
D | dt-extract-compatibles | 5 import glob 64 for filename in glob.iglob(f + "/**/*.c", recursive=True):
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-ftrace.txt | 85 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
|
D | perf-probe.txt | 69 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.1.9/tools/perf/tests/ |
D | attr.py | 7 import glob 310 for f in glob.glob(tempdir + '/event*'): 327 for f in glob.glob(options.test_dir + '/' + options.test):
|
/linux-6.1.9/Documentation/sphinx/ |
D | kerneldoc.py | 35 import glob 105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
|
/linux-6.1.9/tools/cgroup/ |
D | iocost_coef_gen.py | 24 import glob 67 parents = glob.glob('/sys/block/*/' + devname)
|
/linux-6.1.9/tools/testing/selftests/drivers/sdsi/ |
D | sdsi_test.py | 8 import glob 20 SOCKETS = glob.glob('/sys/bus/auxiliary/devices/intel_vsec.sdsi.*')
|
/linux-6.1.9/Documentation/bpf/ |
D | programs.rst | 7 :glob:
|
D | maps.rst | 50 :glob:
|
/linux-6.1.9/Documentation/trace/coresight/ |
D | index.rst | 7 :glob:
|
/linux-6.1.9/Documentation/trace/rv/ |
D | index.rst | 7 :glob:
|
/linux-6.1.9/Documentation/input/devices/ |
D | index.rst | 10 :glob:
|
/linux-6.1.9/tools/testing/selftests/tc-testing/plugin-lib/ |
D | README-PLUGINS | 23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
|
/linux-6.1.9/tools/hv/ |
D | vmbus_testing | 19 import glob 148 for f_path in glob.iglob(path + '**/*'):
|
/linux-6.1.9/tools/perf/util/ |
D | dwarf-aux.h | 45 bool die_match_name(Dwarf_Die *dw_die, const char *glob);
|
D | dwarf-aux.c | 215 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.1.9/tools/testing/selftests/vm/ |
D | thuge-gen.c | 65 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g); in find_pagesizes()
|
/linux-6.1.9/Documentation/trace/ |
D | ftrace-uses.rst | 253 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
|