Home
last modified time | relevance | path

Searched refs:SYM (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_output.c120 #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(h in test1()
[all...]
H A Dhists_cumulate.c154 #define SYM(he) (he->ms.sym->name) macro
213 !strcmp(SYM(he), expected[i].sym)); in do_test()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dumodsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
87 .globl SYM (__umodsi3)
88 SYM (__umodsi3): label
93 jbsr SYM (__udivsi3)
99 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Dmodsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
89 .globl SYM (__modsi3)
90 SYM (__modsi3): label
95 jbsr SYM (__divsi3)
101 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Ddivsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
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) define
87 .globl SYM (__mulsi3)
88 SYM (__mulsi3): label
H A Dudivsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
87 .globl SYM (__udivsi3)
88 SYM (__udivsi3): label
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dmodsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
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) define
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) define
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) define
87 .globl SYM (__mulsi3)
88 SYM (__mulsi3): label
H A Dudivsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
87 .globl SYM (__udivsi3)
88 SYM (__udivsi3): label
/kernel/linux/linux-6.6/lib/
H A Dtest_dynamic_debug.c99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n")
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.h101 SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
103 SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
H A Dadf_cfg_common.h30 SYM, enumerator
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c441 rps[j] = SYM; in get_ring_to_svc_map()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c449 if (PRINT_FIELD(SYM) && in evsel__check_attr()
456 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in evsel__check_attr()
512 if (PRINT_FIELD(SYM)) in set_print_ip_opts()
1289 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c488 if (PRINT_FIELD(SYM) && in evsel__check_attr()
495 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in evsel__check_attr()
573 if (PRINT_FIELD(SYM)) in set_print_ip_opts()
1393 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstb0899_algo.c420 if (STB0899_GETFIELD(SYM, reg)) in stb0899_search_data()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstb0899_algo.c420 if (STB0899_GETFIELD(SYM, reg)) in stb0899_search_data()

Completed in 37 milliseconds