Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/tc-testing/
Dtdc_batch.py57 skip = "skip_hw" variable
59 skip = "skip_sw" variable
73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
DTdcResults.py7 skip = 0 variable in ResultState
/tools/testing/selftests/
Dkselftest_module.sh75 skip() { function
/tools/include/linux/
Dstacktrace.h10 int skip; member
/tools/testing/selftests/livepatch/
Dfunctions.sh18 function skip() { function
/tools/perf/util/
Dstat.c239 struct perf_counts_values *vals, int cpu, bool *skip) in check_per_pkg()
287 bool skip = false; in process_counter_values() local
Dtrace-event-read.c69 static void skip(int size) in skip() function
Dhist.h253 bool skip; member
304 bool skip; member
Dsession.c1860 s64 skip = 0; in __perf_session__process_pipe_events() local
2000 s64 skip; in __perf_session__process_decomp_events() local
2067 s64 skip; in reader__process_events() local
Dprobe-event.c888 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) in __show_one_line()
917 static int _show_one_line(FILE *fp, int l, bool skip, bool show_num) in _show_one_line()
/tools/perf/tests/
Dbuiltin-test.c606 bool skip = false; in __cmd_test() local
703 const char *skip = NULL; in cmd_test() local
Dtime-utils-test.c66 u64 skip[TEST_MAX]; member
/tools/bpf/bpftool/
Dcgroup.c231 bool skip = true; in do_show_tree_fn() local
/tools/thermal/tmon/
Dsysfs.c147 static int get_instance_id(char *name, int pos, int skip) in get_instance_id()
/tools/perf/ui/
Dhist.c765 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt() local
/tools/power/x86/intel-speed-select/
Disst-config.c204 int j, online, pkg_id, die_id = 0, skip = 0; in for_each_online_package_in_set() local
/tools/testing/selftests/bpf/
Dtest_offload.py75 def skip(cond, msg): function