Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_output.c119 #define SYM(he) (he->ms.sym->name) macro
169 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
175 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
181 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
187 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
193 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
199 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
205 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
211 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
217 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
[all …]
Dhists_cumulate.c153 #define SYM(he) (he->ms.sym->name) macro
212 !strcmp(SYM(he), expected[i].sym)); in do_test()
/Linux-v4.19/arch/m68k/lib/
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 */
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 */
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) */
Dmulsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__mulsi3)
88 SYM (__mulsi3): label
Dudivsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__udivsi3)
88 SYM (__udivsi3): label
/Linux-v4.19/Documentation/trace/
Dkprobetrace.rst28 p[:[GRP/]EVENT] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe
29 r[MAXACTIVE][:[GRP/]EVENT] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe
34 based on SYM+offs or MEMADDR.
35 MOD : Module name which has given SYM.
36 SYM[+offs] : Symbol+offset where the probe is inserted.
45 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
/Linux-v4.19/Documentation/iio/
Dep93xx_adc.txt25 | in_voltage4_raw | SYM |
/Linux-v4.19/Documentation/scsi/
DChangeLog.sym53c8xx_23 - Initial release of SYM-2.
8 equivalent containing sym or SYM instead.
Dsym53c8xx_2.txt1 The Linux SYM-2 driver documentation file
65 with the FreeBSD SYM-2 driver. The `glue' that allows this driver to work
1048 End of Linux SYM-2 driver documentation file
DChangeLog.sym53c8xx5 - Backport from SYM-2 the work-around that allows to support
/Linux-v4.19/scripts/
DMakefile.build147 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
355 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/Linux-v4.19/tools/perf/
Dbuiltin-script.c409 if (PRINT_FIELD(SYM) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) { in perf_evsel__check_attr()
415 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in perf_evsel__check_attr()
479 if (PRINT_FIELD(SYM)) in set_print_ip_opts()
1090 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()
/Linux-v4.19/arch/arm/boot/dts/
Domap4-droid4-xt894.dts334 MATRIX_KEY(4, 5, KEY_LEFTALT) /* SYM */
/Linux-v4.19/drivers/media/dvb-frontends/
Dstb0899_algo.c432 if (STB0899_GETFIELD(SYM, reg)) in stb0899_search_data()