Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 65) sorted by relevance

123

/tools/perf/arch/x86/util/
Dheader.c10 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/build/tests/ex/
Db.c2 int b(void) in b() function
/tools/power/acpi/tools/acpidump/
Dacpidump.h49 #define INIT_GLOBAL(a,b) a=b argument
52 #define INIT_GLOBAL(a,b) a argument
/tools/lib/lockdep/tests/
DWW.c5 pthread_rwlock_t a, b; in main() local
Dcommon.h4 #define LOCK_UNLOCK_2(a, b) \ argument
DABBA.c6 pthread_mutex_t a, b; in main() local
DAA.c5 pthread_mutex_t a, b; in main() local
DABBCCA.c6 pthread_mutex_t a, b, c; in main() local
DABCABC.c6 pthread_mutex_t a, b, c; in main() local
DABCDBDDA.c6 pthread_mutex_t a, b, c, d; in main() local
DABCDBCDA.c6 pthread_mutex_t a, b, c, d; in main() local
DABBCCDDA.c6 pthread_mutex_t a, b, c, d; in main() local
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S69 #define SAVE_VSR(n, b) li b, VSR_SAVE(n); stxvd2x n,b,r1 argument
70 #define LOAD_VSR(n, b) li b, VSR_SAVE(n); lxvd2x n,b,r1 argument
/tools/perf/
Dbuiltin-kmem.c287 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()
1370 static int ptr_cmp(void *a, void *b) in ptr_cmp()
1387 static int slab_callsite_cmp(void *a, void *b) in slab_callsite_cmp()
1404 static int hit_cmp(void *a, void *b) in hit_cmp()
1421 static int bytes_cmp(void *a, void *b) in bytes_cmp()
1438 static int frag_cmp(void *a, void *b) in frag_cmp()
1459 static int pingpong_cmp(void *a, void *b) in pingpong_cmp()
1477 static int page_cmp(void *a, void *b) in page_cmp()
[all …]
/tools/virtio/linux/
Dkernel.h40 #define __printf(a,b) __attribute__((format(printf,a,b))) argument
114 #define list_add_tail(a, b) do {} while (0) argument
116 #define list_for_each_entry(a, b, c) while (0) argument
/tools/perf/util/
Dperf_regs.h13 #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } argument
/tools/power/cpupower/utils/helpers/
Dbitmask.c16 #define max(a, b) ((a) > (b) ? (a) : (b)) argument
200 unsigned int b; /* end of range */ in bitmask_parselist() local
/tools/testing/selftests/vm/
Dtranshuge-stress.c62 struct timespec a, b; in main() local
/tools/testing/selftests/timers/
Dmqueue-lat.c51 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub()
Dnanosleep.c91 static inline int in_order(struct timespec a, struct timespec b) in in_order()
Dthreadtest.c56 struct timespec *a, *b; in checklist() local
Dalarmtimer-suspend.c98 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub()
Dnsleep-lat.c101 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub()
/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py124 def timePercent(self, b): argument
130 def branchPercent(self, b): argument
/tools/perf/ui/browsers/
Dmap.c15 struct ui_browser b; member

123