/linux-4.4.14/tools/perf/tests/ |
D | hists_output.c | 121 #define SYM(he) (he->ms.sym->name) macro 171 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1() 177 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1() 183 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1() 189 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1() 195 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1() 201 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1() 207 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1() 213 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1() 219 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1() [all …]
|
D | hists_cumulate.c | 155 #define SYM(he) (he->ms.sym->name) macro 214 !strcmp(SYM(he), expected[i].sym)); in do_test()
|
/linux-4.4.14/arch/x86/entry/ |
D | syscall_32.c | 10 #define SYM(sym, compat) compat macro 12 #define SYM(sym, compat) sym macro 15 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long SYM(sym, compat)(unsigned long, unsi… 19 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat),
|
/linux-4.4.14/arch/m68k/lib/ |
D | modsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__modsi3) 88 SYM (__modsi3): label 93 jbsr SYM (__divsi3) 99 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
|
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 | divsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__divsi3) 88 SYM (__divsi3): label 111 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-4.4.14/Documentation/trace/ |
D | kprobetrace.txt | 25 p[:[GRP/]EVENT] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe 26 r[:[GRP/]EVENT] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe 31 based on SYM+offs or MEMADDR. 32 MOD : Module name which has given SYM. 33 SYM[+offs] : Symbol+offset where the probe is inserted. 39 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 3 - Initial release of SYM-2. 8 equivalent containing sym or SYM instead.
|
D | sym53c8xx_2.txt | 1 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
|
D | ChangeLog.sym53c8xx | 5 - Backport from SYM-2 the work-around that allows to support
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 225 if (PRINT_FIELD(SYM) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) { in perf_evsel__check_attr() 231 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in perf_evsel__check_attr() 284 if (PRINT_FIELD(SYM)) in set_print_ip_opts() 517 if (PRINT_FIELD(SYM)) { in print_sample_addr()
|
/linux-4.4.14/scripts/ |
D | Makefile.build | 168 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 432 if (STB0899_GETFIELD(SYM, reg)) in stb0899_search_data()
|