Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 1454) sorted by relevance

12345678910>>...59

/linux/tools/testing/selftests/mseal_system_mappings/
H A Dsysmap_is_sealed.c49 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/tests/shell/
H A Dkallsyms.sh8 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 Dscript_dlfilter.sh61 echo "Basic --dlfilter test"
65 echo "Basic --dlfilter test [Failed record]"
73 echo "Basic --dlfilter test [Failed to build dlfilter object]"
80 echo "Basic --dlfilter test [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 Dtimechart.sh25 echo "Basic perf timechart test"
31 echo "Basic perf timechart test [Skipped: perf timechart record failed (permissions/events?)]"
37 echo "Basic perf timechart test [Failed: perf timechart command failed]"
44 echo "Basic perf timechart test [Failed: output file is empty or missing]"
51 echo "Basic perf timechart test [Failed: output doesn't look like SVG]"
56 echo "Basic perf timechart test [Success]"
H A Ddiff.sh56 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 Dtest_bpf_metadata.sh27 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 Dtop.sh23 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 Drecord.sh54 echo "Basic --per-thread mode test"
96 echo "Basic --per-thread mode test [Success]"
124 echo "Basic --system-wide mode test"
149 echo "Basic --system-wide mode test [Success]"
153 echo "Basic target workload test"
179 echo "Basic target workload test [Success]"
262 echo "Basic leader sampling test"
305 echo "Basic leader sampling test [Success]"
427 echo "Basic ratio-to-prev record test [Success]"
H A Drecord_offcpu.sh46 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 Drecord_bpf_filter.sh42 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/perf/util/
H A Ds390-cpumsf.c240 /* 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 Dannotate.h237 * 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 blocks)
[all …]
/linux/kernel/configs/
H A Dhardening.config1 # Help: Basic kernel hardening options
3 # These are considered the basic kernel hardening, self-protection, and
11 # Basic kernel memory permission enforcement.
34 # Basic stack frame overflow protection.
38 # Basic buffer length bounds checking.
42 # Basic array index bounds checking.
/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh13 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 Dmodule.sh17 # 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 Dk3-am6528-iot2050-basic.dts9 * 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 Dk3-am6528-iot2050-basic-pg2.dts9 * 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/Documentation/power/
H A Ddrivers-testing.rst21 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 Denic_clsf.c26 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 Dcls_flower.c58 struct flow_dissector_key_basic basic; member
336 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify()
343 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify()
830 if (key->basic.ip_proto != IPPROTO_ESP && in fl_set_key_spi()
831 key->basic.ip_proto != IPPROTO_AH) { in fl_set_key_spi()
1126 * because ETH_P_PPP_SES was stored in basic.n_proto in fl_set_key_pppoe()
1145 key->basic.n_proto = htons(ETH_P_IP); in fl_set_key_pppoe()
1146 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe()
1148 key->basic.n_proto = htons(ETH_P_IPV6); in fl_set_key_pppoe()
1149 mask->basic in fl_set_key_pppoe()
[all...]
/linux/arch/m68k/ifpsp060/
H A Dfpsp.doc170 - 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 Dctamixer.h24 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 Dlib.c203 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 …]
/linux/scripts/
H A DMakefile.propeller29 KBUILD_LDFLAGS += --lto-basic-block-sections=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt
32 KBUILD_LDFLAGS += --lto-basic-block-address-map
34 KBUILD_LDFLAGS += --lto-basic-block-sections=labels
/linux/tools/testing/selftests/arm64/gcs/
H A DMakefile9 TEST_GEN_PROGS := basic-gcs libc-gcs gcs-locking gcs-stress gcspushm gcsstr
16 $(OUTPUT)/basic-gcs: basic-gcs.c

12345678910>>...59