| /linux/tools/perf/tests/shell/ |
| H A D | perf_sched_stats.sh | 33 echo "Basic perf sched stats record test" 37 echo "Basic perf sched stats record test [Failed]" 41 echo "Basic perf sched stats record test [Success]" 45 echo "Basic perf sched stats report test" 49 echo "Basic perf sched stats report test [Failed]" 53 echo "Basic perf sched stats report test [Success]" 57 echo "Basic perf sched stats live mode test" 60 echo "Basic perf sched stats live mode test [Failed]" 64 echo "Basic perf sched stats live mode test [Success]" 68 echo "Basic per [all...] |
| H A D | kallsyms.sh | 8 echo "Basic perf kallsyms test" 12 echo "Basic perf kallsyms test [Skipped: /proc/kallsyms not readable]" 31 …echo "Basic perf kallsyms test [Skipped: $symbol found in /proc/kallsyms but perf kallsyms failed … 35 echo "Basic perf kallsyms test [Skipped: $symbol not found in /proc/kallsyms]" 42 echo "Basic perf kallsyms test [Failed: output '$output' does not contain $symbol]" 48 echo "Basic perf kallsyms test [Failed: ErlingHaaland found in the output]" 52 echo "Basic perf kallsyms test [Success]"
|
| H A D | timechart.sh | 68 test_timechart "Basic" ""
|
| H A D | script_dlfilter.sh | 61 echo "Basic --dlfilter test" 65 echo "Basic --dlfilter test [Failed record]" 73 echo "Basic --dlfilter test [Skip - failed to build dlfilter object]" 80 echo "Basic --dlfilter test [Skip - failed to link dlfilter shared object]" 88 echo "Basic --dlfilter test [Failed missing output]" 97 echo "Basic --dlfilter test [Failed filtering]" 102 echo "Basic --dlfilter test [Success]"
|
| H A D | diff.sh | 56 echo "Basic two file diff test" 70 echo "Basic two file diff test [Failed diff]" 74 echo "Basic two file diff test [Success]" 78 echo "Basic three file diff test" 97 echo "Basic three file diff test [Failed diff]" 101 echo "Basic three file diff test [Success]"
|
| H A D | test_bpf_metadata.sh | 27 echo "Basic BPF metadata test [skipping - not supported]" 32 # This is a basic invocation of perf record 37 echo "Basic BPF metadata test [Failed record]" 66 echo "Basic BPF metadata test [Failed invalid output]" 70 echo "Basic BPF metadata test [Success]"
|
| H A D | top.sh | 23 echo "Basic perf top test" 41 echo "Basic perf top test [Failed: perf top failed to start or run (ret=$retval)]" 55 echo "Basic perf top test [Failed: no sample percentage found]" 63 echo "Basic perf top test [Failed: test_loop symbol not found]" 69 echo "Basic perf top test [Success]"
|
| H A D | record_offcpu.sh | 46 echo "Basic off-cpu test" 50 echo "Basic off-cpu test [Failed record]" 56 echo "Basic off-cpu test [Failed no event]" 62 echo "Basic off-cpu test [Failed missing output]" 66 echo "Basic off-cpu test [Success]"
|
| H A D | record_bpf_filter.sh | 42 echo "Basic bpf-filter test" 47 echo "Basic bpf-filter test [Failed record]" 55 echo "Basic bpf-filter test [Skipped unsupported kernel]" 59 echo "Basic bpf-filter test [Failed invalid output]" 63 echo "Basic bpf-filter test [Success]"
|
| /linux/tools/testing/selftests/mseal_system_mappings/ |
| H A D | sysmap_is_sealed.c | 49 FIXTURE(basic) { in FIXTURE() argument 53 FIXTURE_SETUP(basic) in FIXTURE_SETUP() argument 61 FIXTURE_TEARDOWN(basic) in FIXTURE_TEARDOWN() argument 67 FIXTURE_VARIANT(basic) in FIXTURE_VARIANT() argument 73 FIXTURE_VARIANT_ADD(basic, vdso) { in FIXTURE_VARIANT_ADD() argument 78 FIXTURE_VARIANT_ADD(basic, vvar) { in FIXTURE_VARIANT_ADD() argument 83 FIXTURE_VARIANT_ADD(basic, vvar_vclock) { in FIXTURE_VARIANT_ADD() argument 88 FIXTURE_VARIANT_ADD(basic, sigpage) { in FIXTURE_VARIANT_ADD() argument 93 FIXTURE_VARIANT_ADD(basic, vectors) { in FIXTURE_VARIANT_ADD() argument 98 FIXTURE_VARIANT_ADD(basic, uprobes) { in FIXTURE_VARIANT_ADD() argument [all …]
|
| /linux/tools/perf/util/ |
| H A D | s390-cpumsf.c | 240 /* Display s390 CPU measurement facility basic-sampling data entry 247 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local 265 basic = &local; in s390_cpumsf_basic_show() 267 if (basic->def != 1) { in s390_cpumsf_basic_show() 268 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show() 271 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show() 274 pos, basic->def, basic->U, in s390_cpumsf_basic_show() 275 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show() 276 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show() 277 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show() [all …]
|
| H A D | annotate.h | 237 * struct cyc_hist - (CPU) cycle histogram for a basic block 240 * @cycles: Sum of cycles for the longest basic block. 244 * @cycles_spark: History of cycles for the longest basic block. 245 * @num: Number of samples for the longest basic block. 250 * If sample has branch_stack and cycles info, it can construct basic blocks 253 * accounted at the end address. If multiple basic blocks end at the same 329 * struct annotated_branch - basic block and IPC information for a symbol. 336 * @max_coverage: Maximum number of covered basic block (used for block-range). 343 * basic block ends at the given address. 344 * process_basic_block() calculates coverage of instructions (or basic block [all...] |
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_params_01.sh | 67 run_set_params_success "valid basic params" || 70 run_set_params_failure "missing basic params" \ 84 --param_types basic,zoned || 91 --param_types basic,zoned \ 96 --param_types basic,zoned \ 101 --param_types basic,zoned \ 106 --param_types basic,zoned \
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_rtp_test.c | 298 { XE_RTP_NAME("basic-1"), 302 { XE_RTP_NAME("basic-2"), 317 { XE_RTP_NAME("basic-1"), 323 { XE_RTP_NAME("basic-2"), 340 { XE_RTP_NAME("basic-1"), 344 { XE_RTP_NAME("basic-2"), 359 { XE_RTP_NAME("basic-1"), 363 { XE_RTP_NAME("basic-2"), 378 { XE_RTP_NAME("basic-1"), 382 { XE_RTP_NAME("basic-2"), [all …]
|
| /linux/tools/testing/selftests/cpufreq/ |
| H A D | main.sh | 13 FUNC=basic # do basic tests by default 24 [-t <basic: Basic cpufreq testing 81 t) # --func_type (Function to perform: basic, suspend, hibernate, 82 # suspend_rtc, hibernate_rtc, modtest, sptest1/2/3/4 (default: basic)) 115 "basic")
|
| H A D | module.sh | 17 # Check basic insmod/rmmod 40 # Insert cpufreq driver module and perform basic tests 67 # run basic tests 95 # test basic module tests 153 # Insert cpufreq governor module and perform basic tests 166 # test basic module tests
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am6528-iot2050-basic.dts | 9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1 18 #include "k3-am6528-iot2050-basic-common.dtsi" 22 compatible = "siemens,iot2050-basic", "ti,am654"; 23 model = "SIMATIC IOT2050 Basic";
|
| H A D | k3-am6528-iot2050-basic-pg2.dts | 9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 2 18 #include "k3-am6528-iot2050-basic-common.dtsi" 24 compatible = "siemens,iot2050-basic-pg2", "ti,am654"; 25 model = "SIMATIC IOT2050 Basic PG2";
|
| /linux/drivers/clk/mediatek/ |
| H A D | Kconfig | 27 This driver supports MediaTek MT2701 basic clocks. 83 This driver supports MediaTek MT2712 basic clocks. 170 This driver supports MediaTek MT6765 basic clocks. 256 This driver supports MediaTek MT6779 basic clocks. 313 This driver supports MediaTek MT6795 basic clocks and clocks 350 This driver supports MediaTek MT6797 basic clocks. 382 This driver supports MediaTek MT7622 basic clocks and clocks 412 This driver supports MediaTek MT7629 basic clocks and clocks 435 This driver supports MediaTek MT7981 basic clocks and clocks 452 This driver supports MediaTek MT7986 basic clocks and clocks [all …]
|
| /linux/Documentation/power/ |
| H A D | drivers-testing.rst | 21 testing the new driver. Please see Documentation/power/basic-pm-debugging.rst 31 (see: Documentation/power/basic-pm-debugging.rst, 1). 34 "platform" modes (see: Documentation/power/basic-pm-debugging.rst, 1). 43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are 48 (see: Documentation/power/basic-pm-debugging.rst, 2).
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_clsf.c | 26 switch (keys->basic.ip_proto) { in enic_addfltr_5t() 165 tpos->keys.basic.ip_proto == k->basic.ip_proto && in htbl_key_search() 166 tpos->keys.basic.n_proto == k->basic.n_proto) in htbl_key_search() 182 if (!res || keys.basic.n_proto != htons(ETH_P_IP) || in enic_rx_flow_steer() 183 (keys.basic.ip_proto != IPPROTO_TCP && in enic_rx_flow_steer() 184 keys.basic.ip_proto != IPPROTO_UDP)) in enic_rx_flow_steer()
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 58 struct flow_dissector_key_basic basic; member 332 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify() 339 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify() 826 if (key->basic.ip_proto != IPPROTO_ESP && in fl_set_key_spi() 827 key->basic.ip_proto != IPPROTO_AH) { in fl_set_key_spi() 1122 * because ETH_P_PPP_SES was stored in basic.n_proto in fl_set_key_pppoe() 1141 key->basic.n_proto = htons(ETH_P_IP); in fl_set_key_pppoe() 1142 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe() 1144 key->basic.n_proto = htons(ETH_P_IPV6); in fl_set_key_pppoe() 1145 mask->basic in fl_set_key_pppoe() [all...] |
| /linux/arch/m68k/ifpsp060/ |
| H A D | fpsp.doc | 170 - Basic flow: 178 - Basic flow: 186 - Basic flow: 194 - Basic flow: 203 - Basic flow: 215 - Basic flow: 228 - Basic flow: 265 - Basic flow: 287 - Basic flow:
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctamixer.h | 24 struct rsc rsc; /* Basic resource info */ 34 struct rsc_mgr mgr; /* Basic resource manager info */ 53 struct rsc rsc; /* Basic resource info */ 79 struct rsc_mgr mgr; /* Basic resource manager info */
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | lib.c | 203 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local 214 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config() 251 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config() 252 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config() 254 basic.reduce_txpower = IWLAGN_BT_REDUCED_TX_PWR; in iwlagn_send_advance_bt_config() 255 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config() 265 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config() 267 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config() 271 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() 273 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() [all …]
|