Searched refs:per (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/tools/perf/tests/shell/lib/
H A Dstat_output.sh63 echo -n "Checking $1 output: per core "
69 perf stat --per-core -a $2 true
70 commachecker --per-core
76 echo -n "Checking $1 output: per thread "
82 perf stat --per-thread -a $2 true
83 commachecker --per-thread
89 echo -n "Checking $1 output: per cache instance "
95 perf stat --per-cache -a $2 true
96 commachecker --per-cache
102 echo -n "Checking $1 output: per cluste
[all...]
/linux-master/tools/testing/selftests/rlimits/
H A DMakefile4 TEST_GEN_PROGS := rlimits-per-userns
/linux-master/scripts/
H A Dmisc-check15 git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
H A Dleaking_addresses.pl99 --squash-by-path Show one result per unique path.
100 --squash-by-filename Show one result per unique filename.
H A Dget_feat.pl425 printf "|%-${status_size}s|\n", "Status per architecture";
614 It supports output data per architecture, per feature or a
620 matrix with features per architecture.
/linux-master/tools/perf/tests/shell/
H A Dstat+json_output.sh89 echo -n "Checking json output: per core "
95 perf stat -j --per-core -a -o "${stat_output}" true
96 $PYTHON $pythonchecker --per-core --file "${stat_output}"
102 echo -n "Checking json output: per thread "
108 perf stat -j --per-thread -a -o "${stat_output}" true
109 $PYTHON $pythonchecker --per-thread --file "${stat_output}"
115 echo -n "Checking json output: per cache_instance "
121 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache
127 echo -n "Checking json output: per cluste
[all...]
H A Dtest_arm_coresight.sh40 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \
205 # Test all combinations of per-thread, system-wide and normal mode with
207 arm_cs_etm_basic_test -e cs_etm/timestamp=0/ --per-thread
208 arm_cs_etm_basic_test -e cs_etm/timestamp=1/ --per-thread
H A Drecord.sh39 echo "Basic --per-thread mode test"
45 if ! perf record --per-thread -o "${perfdata}" ${testprog} 2> /dev/null
65 perf record -p "${TESTPID}" --per-thread -o "${perfdata}" sleep 1 2> /dev/null
81 echo "Basic --per-thread mode test [Success]"
97 -c 1000 --per-thread ${testprog} 2> /dev/null \
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson.h146 #define BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, \
155 [MESON_REG_PULLEN] = { per, peb }, \
164 #define BANK(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib) \
165 BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)
/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp.S103 add r5, r5, r2 @ array of per-cpu mpidr values
104 add r6, r6, r2 @ array of per-cpu functions
105 add r7, r7, r2 @ array of per-cpu arguments
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S39 ! 6 cycles, 4 bytes per iteration
112 ! 6 cycles, 4 bytes per iteration
222 ! 4 cycles, 2 bytes per iteration
250 ! 3 cycles, 1 byte per iteration
332 ! 4 cycles, 2 long words per iteration
366 ! 4 cycles, 2 long words per iteration
386 ! 3 cycles, 1 byte per iteration
434 ! 4 cycles, 2 long words per iteration
471 ! 16 cycles, 32 bytes per iteration
538 ! 4 cycles, 2 long words per iteratio
[all...]
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S123 # per iteration
129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
195 # copy 16 bytes per iteration for word-aligned dst and unaligned src
384 # per iteration
390 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
458 # copy 16 bytes per iteration for word-aligned dst and unaligned src
H A Dmemset.S49 # per iteration
56 # set 16 bytes per iteration for word-aligned dst
H A Dusercopy.S8 * of the Xtensa link-time HAL, and those files may differ per
77 # per iteration
140 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
205 # copy 16 bytes per iteration for word-aligned dst and unaligned src
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c474 u32 per; /* Period in tenths of ns */ local
475 u32 kpc; /* (per * clk) */
481 if (dt && sfac <= 9) per = 125;
482 else if (sfac <= 10) per = 250;
483 else if (sfac == 11) per = 303;
484 else if (sfac == 12) per = 500;
485 else per = 40 * sfac;
486 ret = per;
488 kpc = per * clk;
496 * to 5 Mega-transfers per secon
1931 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
2091 sym_setsync(struct sym_hcb *np, int target, u_char ofs, u_char per, u_char div, u_char fak) argument
2124 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
3948 u_char chg, ofs, per, fak, div; local
4066 unsigned char per = np->msgin[3]; local
[all...]
/linux-master/drivers/clk/imx/
H A Dclk-imx31.c40 per_div, per, csi, fir, csi_div, usb_div_pre, usb_div_post, fir_div_pre, enumerator in enum:mx31_clks
67 clk[per] = imx_clk_mux("per", base + MXC_CCM_CCMR, 24, 1, per_sel, ARRAY_SIZE(per_sel));
75 clk[sdhc1_gate] = imx_clk_gate2("sdhc1_gate", "per", base + MXC_CCM_CGR0, 0);
76 clk[sdhc2_gate] = imx_clk_gate2("sdhc2_gate", "per", base + MXC_CCM_CGR0, 2);
77 clk[gpt_gate] = imx_clk_gate2("gpt_gate", "per", base + MXC_CCM_CGR0, 4);
78 clk[epit1_gate] = imx_clk_gate2("epit1_gate", "per", base + MXC_CCM_CGR0, 6);
79 clk[epit2_gate] = imx_clk_gate2("epit2_gate", "per", base + MXC_CCM_CGR0, 8);
85 clk[uart1_gate] = imx_clk_gate2("uart1_gate", "per", base + MXC_CCM_CGR0, 20);
86 clk[uart2_gate] = imx_clk_gate2("uart2_gate", "per", bas
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwmi.h24 u8 per; member in struct:wmi_event_txrate::__anon2396
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.h52 void (*wm_set_framedrop_period)(struct vfe_device *vfe, u8 wm, u8 per);
106 * vfe_word_per_line - Calculate number of words per frame width
110 * Return number of words per frame width
/linux-master/arch/x86/boot/
H A Dheader.S445 # of 5 bytes per 32767 bytes.
454 # per 32767 bytes of data is sufficient. To avoid problems internal to a
463 # Adding 8 bytes per 32K is a bit excessive but much easier to calculate.
476 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
481 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22
/linux-master/drivers/spmi/
H A Dspmi-pmic-arb.c189 * @offset: on v1 offset of per-ee channel.
190 * on v2 offset of per-ee and per-ppid channel.
370 dev_err(&pmic_arb->spmic->dev, "pmic-arb supports 1..%d bytes per trans, but:%zu requested",
447 dev_err(&pmic_arb->spmic->dev, "pmic-arb supports 1..%d bytes per trans, but:%zu requested",
569 u8 per = hwirq_to_per(d->hwirq); local
572 (per << 8) + reg, buf, len))
581 u8 per = hwirq_to_per(d->hwirq); local
584 (per << 8) + reg, buf, len))
595 u8 per local
610 u8 per = ppid & 0xFF; local
624 u8 per = pmic_arb->apid_data[apid].ppid & 0xFF; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-c2c.c797 double per; local
800 per = get_percent(c2c_he);
804 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per);
806 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per);
860 double per; local
863 per = percent_costly_snoop(c2c_he);
864 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
937 double per = PERCENT(he, rmt_hitm); local
940 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
968 double per local
999 double per = PERCENT(he, lcl_peer); local
1030 double per = PERCENT(he, rmt_peer); local
1061 double per = PERCENT(he, st_l1hit); local
1092 double per = PERCENT(he, st_l1miss); local
1123 double per = PERCENT(he, st_na); local
[all...]
/linux-master/arch/s390/kernel/
H A Duprobes.c35 auprobe->saved_per = psw_bits(regs->psw).per;
84 psw_bits(regs->psw).per = auprobe->saved_per;
102 /* fix per address */
104 /* trigger per event */
241 * If user per registers are setup to trace storage alterations and an
/linux-master/arch/arc/kernel/
H A Dhead.S161 ; setup per-cpu idle task as "current" on this CPU
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_general.h186 __le16 per[API_RATE_NUM_ENTRIES]; member in struct:wfx_hif_rx_stats
/linux-master/arch/arm/mm/
H A Dproc-macros.S84 mov \reg, #4 @ bytes per word
101 mov \reg, #4 @ bytes per word

Completed in 231 milliseconds

123