/linux-6.1.9/tools/perf/tests/ |
D | hists_output.c | 120 #define SYM(he) (he->ms.sym->name) macro 170 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1() 176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1() 182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1() 188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1() 194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1() 200 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1() 206 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1() 212 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1() 218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1() [all …]
|
D | hists_cumulate.c | 154 #define SYM(he) (he->ms.sym->name) macro 213 !strcmp(SYM(he), expected[i].sym)); in do_test()
|
/linux-6.1.9/arch/m68k/lib/ |
D | umodsi3.S | 57 #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 */
|
D | modsi3.S | 59 #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 */
|
D | divsi3.S | 59 #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) */
|
D | mulsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__mulsi3) 88 SYM (__mulsi3): label
|
D | udivsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__udivsi3) 88 SYM (__udivsi3): label
|
/linux-6.1.9/lib/ |
D | test_dynamic_debug.c | 99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n") argument
|
/linux-6.1.9/Documentation/trace/ |
D | kprobetrace.rst | 31 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)
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | adf_gen4_hw_data.h | 101 SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \ 103 SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
|
D | adf_cfg_common.h | 30 SYM, enumerator
|
/linux-6.1.9/Documentation/translations/zh_CN/iio/ |
D | ep93xx_adc.rst | 41 | in_voltage4_raw | SYM |
|
/linux-6.1.9/Documentation/iio/ |
D | ep93xx_adc.rst | 33 | in_voltage4_raw | SYM |
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | omap4-droid4-xt894.dts | 101 MATRIX_KEY(4, 5, KEY_LEFTALT) /* SYM */
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 3 - Initial release of SYM-2. 8 equivalent containing sym or SYM instead.
|
D | sym53c8xx_2.rst | 4 The Linux SYM-2 driver documentation file 72 with the FreeBSD SYM-2 driver. The 'glue' that allows this driver to work
|
D | ChangeLog.sym53c8xx | 5 - Backport from SYM-2 the work-around that allows to support
|
/linux-6.1.9/scripts/ |
D | Makefile.build | 134 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@ 356 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 478 if (PRINT_FIELD(SYM) && in evsel__check_attr() 485 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in evsel__check_attr() 553 if (PRINT_FIELD(SYM)) in set_print_ip_opts() 1367 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()
|
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 420 if (STB0899_GETFIELD(SYM, reg)) in stb0899_search_data()
|