| /tools/perf/util/ |
| D | genelf.h | 46 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) argument 47 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) argument 48 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) argument 55 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) argument 56 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) argument 57 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) argument
|
| D | levenshtein.c | 44 int w, int s, int a, int d) in levenshtein()
|
| /tools/build/tests/ex/ |
| D | a.c | 2 int a(void) in a() function
|
| /tools/power/acpi/tools/acpidump/ |
| D | acpidump.h | 49 #define INIT_GLOBAL(a,b) a=b argument 52 #define INIT_GLOBAL(a,b) a argument
|
| /tools/lib/lockdep/uinclude/linux/ |
| D | prefetch.h | 4 static inline void prefetch(void *a __attribute__((unused))) { } in prefetch()
|
| /tools/lib/lockdep/tests/ |
| D | AA.c | 5 pthread_mutex_t a; in main() local
|
| D | unlock_balance.c | 5 pthread_mutex_t a; in main() local
|
| D | ABBA.c | 6 pthread_mutex_t a, b; in main() local
|
| D | common.h | 4 #define LOCK_UNLOCK_2(a, b) \ argument
|
| D | ABA.c | 5 pthread_mutex_t a, b; in main() local
|
| D | WW.c | 5 pthread_rwlock_t a, b; in main() local
|
| D | ABCABC.c | 6 pthread_mutex_t a, b, c; in main() local
|
| D | ABBCCA.c | 6 pthread_mutex_t a, b, c; in main() local
|
| D | ABCDBDDA.c | 6 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABCDBCDA.c | 6 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABBCCDDA.c | 6 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABBA_2threads.c | 4 pthread_mutex_t a = PTHREAD_MUTEX_INITIALIZER; variable
|
| /tools/virtio/linux/ |
| D | kernel.h | 36 #define phys_to_virt(a) ((void *)(unsigned long)(a)) argument 43 #define __printf(a,b) __attribute__((format(printf,a,b))) argument 129 #define list_add_tail(a, b) do {} while (0) argument 130 #define list_del(a) do {} while (0) argument 131 #define list_for_each_entry(a, b, c) while (0) argument
|
| /tools/perf/arch/x86/util/ |
| D | header.c | 10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid() 25 unsigned int a, b, c, d, lvl; in __get_cpuid() local
|
| /tools/lib/subcmd/ |
| D | parse-options.h | 133 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … argument 134 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument 138 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… argument 141 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument 143 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument 145 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument 147 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument 151 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
|
| /tools/testing/selftests/powerpc/tm/ |
| D | tm-vmxcopy.c | 45 char *a; in test_vmxcopy() local
|
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| D | ebb_lmr.h | 20 #define LDMX(t, a, b)\ argument
|
| /tools/perf/ |
| D | builtin-kmem.c | 287 static int funcmp(const void *a, const void *b) in funcmp() 298 static int callcmp(const void *a, const void *b) in callcmp() 597 static int gfpcmp(const void *a, const void *b) in gfpcmp() 1377 static int ptr_cmp(void *a, void *b) in ptr_cmp() 1394 static int slab_callsite_cmp(void *a, void *b) in slab_callsite_cmp() 1411 static int hit_cmp(void *a, void *b) in hit_cmp() 1428 static int bytes_cmp(void *a, void *b) in bytes_cmp() 1445 static int frag_cmp(void *a, void *b) in frag_cmp() 1466 static int pingpong_cmp(void *a, void *b) in pingpong_cmp() 1484 static int page_cmp(void *a, void *b) in page_cmp() [all …]
|
| /tools/testing/radix-tree/linux/ |
| D | cpu.h | 2 #define hotcpu_notifier(a, b) argument
|
| /tools/testing/selftests/powerpc/math/ |
| D | vsx_preempt.c | 52 long vsx_memcmp(vector int *a) { in vsx_memcmp()
|