Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 28) sorted by relevance

12

/tools/testing/selftests/drivers/net/netdevsim/
A Dtc-mq-visibility.sh40 ethtool -L $NDEV combined $n
47 ethtool -L $NDEV combined $n
55 ethtool -L $NDEV combined 1
58 ethtool -L $NDEV combined 4
68 ethtool -L $NDEV combined 1
/tools/testing/selftests/drivers/net/
A Dnapi_threaded.py31 combined = ethtool(f"-l {cfg.ifname}", json=True)[0].get("combined", 0)
32 ksft_ge(combined, 2)
38 return combined
A Dnetpoll_basic.py106 combined = ethtool_result.get("combined", -1)
113 return rxq, txq, combined
118 rxq, txq, combined = queues
126 if combined != -1:
/tools/include/uapi/linux/
A Dpkt_cls.h59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
/tools/perf/util/
A Dmetricgroup.c1204 struct expr_parse_ctx **combined) in build_combined_expr_ctx() argument
1212 *combined = expr__ctx_new(); in build_combined_expr_ctx()
1213 if (!*combined) in build_combined_expr_ctx()
1224 ret = expr__add_id(*combined, dup); in build_combined_expr_ctx()
1232 expr__ctx_free(*combined); in build_combined_expr_ctx()
1233 *combined = NULL; in build_combined_expr_ctx()
1353 struct expr_parse_ctx *combined = NULL; in parse_groups() local
1359 if (!ret && combined && hashmap__size(combined->ids)) { in parse_groups()
1360 ret = parse_ids(metric_no_merge, fake_pmu, combined, in parse_groups()
1366 if (combined) in parse_groups()
[all …]
A Dlock-contention.h53 int combined; member
/tools/memory-model/litmus-tests/
A DMP+polockmbonce+poacquiresilsil.litmus6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
/tools/testing/selftests/net/
A Dbusy_poll_test.sh42 ethtool -L $NSIM_SV_NAME combined 1 2>/dev/null
A Dveth.sh308 ip netns exec $NS_DST ethtool -L veth$DST combined 2 2>/dev/null
/tools/gpio/
A Dgpio-sloppy-logic-analyzer.sh47 These pairs can be combined with "+", so "1H+2F" triggers when probe 1
49 combined with ",". So, "1H+2F,1H+2R" is like the example before but it
/tools/perf/Documentation/
A Dperf-lock.txt182 Show lock contention stat by owners. This option can be combined with -t,
A Dperf-stat.txt453 combined if the PMU is specified without the suffix such as
462 separately. This option forces core PMU counts to be combined to give
511 combined. The default "mean" gives the average of retirement
A Dperf-record.txt121 In the case of tracepoints, multiple '--filter' options are combined
227 '--filter' exists, the new filter expression will be combined with
495 if combined with -a or -C options.
A Dperf-list.txt225 This example measures the combined core power every second
/tools/power/cpupower/po/
A Dzh_CN.po508 "The argument passed to this tool can't be combined with passing a --cpu "
594 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
636 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
A Dka.po542 "The argument passed to this tool can't be combined with passing a --cpu "
634 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
682 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
A Dfr.po510 "The argument passed to this tool can't be combined with passing a --cpu "
597 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
644 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
A Dcs.po510 "The argument passed to this tool can't be combined with passing a --cpu "
599 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
644 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
A Dit.po512 "The argument passed to this tool can't be combined with passing a --cpu "
604 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
652 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
A Dpt.po513 "The argument passed to this tool can't be combined with passing a --cpu "
606 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
653 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
A Dde.po527 "The argument passed to this tool can't be combined with passing a --cpu "
618 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other "
667 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
/tools/perf/tests/
A Dmake120 # all the NO_* variable combined
/tools/perf/
A Dbuiltin-lock.c409 st->combined = 1; in combine_lock_stats()
448 if (combine_locks && st->combined) in insert_to_result()
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst40 .BTF and .BTF.ext (if present in any of the input files) data are combined
A Dbpftool-prog.rst245 When combined with the **-d**\ \|\ **--debug** option, additional debug

Completed in 42 milliseconds

12