Home
last modified time | relevance | path

Searched refs:SYM (Results 1 – 24 of 24) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_output.c133 #define SYM(he) (he->ms.sym->name) macro
183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
213 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
219 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
225 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
231 !strcmp(SYM(h in test1()
[all...]
H A Dhists_cumulate.c168 #define SYM(he) (he->ms.sym->name) macro
226 !strcmp(SYM(he), expected[i].sym)); in do_test()
/linux/arch/m68k/lib/
H A Dmodsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
89 .globl SYM (__modsi3)
90 SYM (__modsi3): label
95 jbsr SYM (__divsi3)
101 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Dumodsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__umodsi3)
88 SYM (__umodsi3): label
93 jbsr SYM (__udivsi3)
99 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Ddivsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
89 .globl SYM (__divsi3)
90 SYM (__divsi3): label
113 jbsr SYM (__udivsi3) /* divide abs(dividend) by abs(divisor) */
H A Dmulsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__mulsi3)
88 SYM (__mulsi3): label
H A Dudivsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__udivsi3)
88 SYM (__udivsi3): label
/linux/lib/
H A Dtest_dynamic_debug.c99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n") argument
/linux/Documentation/trace/
H A Dkprobetrace.rst31 p[:[GRP/][EVENT]] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe
32 r[MAXACTIVE][:[GRP/][EVENT]] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe
33 p[:[GRP/][EVENT]] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe
38 based on SYM+offs or MEMADDR.
39 MOD : Module name which has given SYM.
40 SYM[+offs] : Symbol+offset where the probe is inserted.
41 SYM%return : Return address of the symbol
50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
H A Dfprobetrace.rst28 f[:[GRP1/][EVENT1]] SYM [FETCHARGS] : Probe on function entry
29 f[MAXACTIVE][:[GRP1/][EVENT1]] SYM%return [FETCHARGS] : Probe on function exit
47 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.h60 SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
62 SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
H A Dadf_cfg_common.h30 SYM, enumerator
H A Dadf_sysfs.c270 case SYM: in rp2srv_show()
H A Dadf_gen4_hw_data.c371 rps[rp_group] = SYM; in adf_gen4_get_ring_to_svc_map()
H A Dadf_tl_debugfs.c551 case SYM: in tl_print_rp_srv()
H A Dadf_rl.c177 return SYM; in srv_to_cfg_svc_type()
/linux/Documentation/translations/zh_CN/iio/
H A Dep93xx_adc.rst41 | in_voltage4_raw | SYM |
/linux/Documentation/iio/
H A Dep93xx_adc.rst33 | in_voltage4_raw | SYM |
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_23 - Initial release of SYM-2.
8 equivalent containing sym or SYM instead.
H A Dsym53c8xx_2.rst4 SYM-2 driver
72 with the FreeBSD SYM-2 driver. The 'glue' that allows this driver to work
H A DChangeLog.sym53c8xx5 - Backport from SYM-2 the work-around that allows to support
/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-droid4-xt894.dts108 MATRIX_KEY(4, 5, KEY_LEFTALT) /* SYM */
/linux/tools/perf/
H A Dbuiltin-script.c497 if (PRINT_FIELD(SYM) && in evsel__check_attr()
504 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in evsel__check_attr()
589 if (PRINT_FIELD(SYM)) in set_print_ip_opts()
1496 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()
/linux/drivers/media/dvb-frontends/
H A Dstb0899_algo.c420 if (STB0899_GETFIELD(SYM, reg)) in stb0899_search_data()