| /tools/testing/selftests/alsa/ |
| A D | alsa-local.h | 21 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def… 22 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def); 23 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def); 25 const char **array, int array_size, const char *def);
|
| A D | conf.c | 408 return def; in conf_get_string() 411 return def; in conf_get_string() 419 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) in conf_get_long() argument 426 return def; in conf_get_long() 429 return def; in conf_get_long() 437 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) in conf_get_bool() argument 443 return def; in conf_get_bool() 446 return def; in conf_get_bool() 456 const char **array, int array_size, const char *def) in conf_get_string_array() argument 469 array[index] = def; in conf_get_string_array() [all …]
|
| /tools/testing/selftests/vDSO/ |
| A D | parse_vdso.c | 222 ELF(Verdef) *def = vdso_info.verdef; in vdso_match_version() 224 if ((def->vd_flags & VER_FLG_BASE) == 0 in vdso_match_version() 225 && (def->vd_ndx & 0x7fff) == ver) in vdso_match_version() 228 if (def->vd_next == 0) in vdso_match_version() 231 def = (ELF(Verdef) *)((char *)def + def->vd_next); in vdso_match_version() 235 ELF(Verdaux) *aux = (ELF(Verdaux)*)((char *)def + def->vd_aux); in vdso_match_version() 236 return def->vd_hash == hash in vdso_match_version()
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| A D | AddingPlugins.txt | 29 def __init__(self) 30 def pre_suite(self, testcount, testidlist) # see "PRE_SUITE" below 31 def post_suite(self, ordinal) # see "SKIPPING" below 32 def pre_case(self, test_ordinal, testid) # see "PRE_CASE" below 33 def post_case(self) 34 def pre_execute(self) 35 def post_execute(self) 36 def adjust_command(self, stage, command) # see "ADJUST" below 37 def add_args(self, parser) # see "ADD_ARGS" below 38 def check_args(self, args, remaining) # see "CHECK_ARGS" below
|
| /tools/perf/util/ |
| A D | s390-cpumsf-kernel.h | 16 unsigned int def:16; /* 0-15 Data Entry Format */ member 34 unsigned int def:16; /* 0-15 Data Entry Format */ member
|
| A D | s390-sample-raw.c | 40 return set->def == S390_CPUMCF_DIAG_DEF; in ctrset_valid() 56 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr() 191 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump()
|
| A D | s390-cpumcf-kernel.h | 19 unsigned int def:16; /* 0-15 Data Entry Format */ member
|
| A D | s390-cpumsf.c | 253 local.def = be16toh(basicp->def); in s390_cpumsf_basic_show() 267 if (basic->def != 1) { in s390_cpumsf_basic_show() 274 pos, basic->def, basic->U, in s390_cpumsf_basic_show() 296 local.def = be16toh(diagp->def); in s390_cpumsf_diag_show() 300 if (diag->def < S390_CPUMSF_DIAG_DEF_FIRST) { in s390_cpumsf_diag_show() 305 pos, diag->def, diag->I ? 'I' : ' '); in s390_cpumsf_diag_show() 382 if (be16toh(basic->def) != 1) /* No basic set entry, must be first */ in s390_cpumsf_validate()
|
| A D | config.c | 551 static int perf_env_bool(const char *k, int def) in perf_env_bool() argument 554 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
|
| /tools/perf/tests/shell/ |
| A D | script.sh | 50 def sample_table(*args): 53 def call_path_table(*args):
|
| A D | test_intel_pt.sh | 555 def process_event(param_dict): 563 def trace_end():
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 1950 def = &map->def; in bpf_object__init_internal_map() 2803 map->def.type = def->map_type; in fill_map_from_def() 2804 map->def.key_size = def->key_size; in fill_map_from_def() 2805 map->def.value_size = def->value_size; in fill_map_from_def() 2806 map->def.max_entries = def->max_entries; in fill_map_from_def() 2807 map->def.map_flags = def->map_flags; in fill_map_from_def() 2823 map->name, def->key_type_id, def->key_size); in fill_map_from_def() 5214 struct bpf_map_def *def = &map->def; in bpf_object__create_map() local 5289 def->key_size, def->value_size, def->max_entries, in bpf_object__create_map() 5300 def->key_size, def->value_size, in bpf_object__create_map() [all …]
|
| /tools/memory-model/ |
| A D | linux-kernel.cfg | 1 macros linux-kernel.def
|
| A D | README | 190 linux-kernel.def
|
| /tools/power/pm-graph/ |
| A D | README | 349 # Verbosity: print verbose messages (def: false) 352 # Suspend Mode: e.g. standby, mem, freeze, disk (def: mem) 358 # Automatic Wakeup: use rtcwake to wakeup after X seconds (def: infinity) 361 # Add Logs: add the dmesg and ftrace log to the html output (def: false) 364 # Sus/Res Gap: insert a gap between sus & res in the timeline (def: false) 367 # Custom Command: Command to execute in lieu of suspend (def: "") 373 # Dev mode: graph source functions in the timeline (def: false) 376 # Suspend/Resume x2: run 2 suspend/resumes back to back (def: false) 379 # x2 Suspend Delay: time delay between the two test runs in ms (def: 0 ms) 382 # Pre Suspend Delay: nclude an N ms delay before (1st) suspend (def: 0 ms) [all …]
|
| /tools/power/pm-graph/config/ |
| A D | example.cfg | 102 # merge loops of the same call if each is less than maxgap apart (def: 100us) 106 # merge loops of the same call if each is less than maxlen in length (def: 5ms) 110 # Do not use the internal default functions for timeline entries (def: false) 115 # Do not use the internal default functions for dev timeline entries (def: false)
|
| /tools/perf/Documentation/ |
| A D | perf-script-python.txt | 137 def trace_begin(): 140 def trace_end(): 143 def raw_syscalls__sys_enter(event_name, context, common_cpu, 152 def trace_unhandled(event_name, context, event_fields_dict): 155 def print_header(event_name, cpu, secs, nsecs, pid, comm): 222 def trace_end(): 288 def trace_end(): 299 def print_syscall_totals(): 531 def trace_begin(): 540 def trace_end(): [all …]
|
| A D | db-export.txt | 35 number of arguments (e.g. def call_return_table(*x)) i.e. perf can pass more
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 143 functions may be found in the linux-kernel.def file. 1000 operations, as shown in the linux-kernel.def file. 1015 definition in linux-kernel.def). atomic_add_unless() is 1049 into herd7 or that are defined in the linux-kernel.def file.
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | reg_bounds.c | 1055 u64 *dst, def; in parse_reg_state() member 1144 *f->dst = f->def; in parse_reg_state()
|
| /tools/testing/selftests/bpf/ |
| A D | veristat.c | 843 struct stat_def *def = &stat_defs[i]; in parse_stat_id_var() local 848 alias = def->names[j]; in parse_stat_id_var()
|