Searched refs:intcmp (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/scripts/ |
D | Kbuild.include | 22 # Use $(intcmp ...) if supported. (Make >= 4.4) 24 ifeq ($(intcmp 1,0,,,y),y) 25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y) 26 test-gt = $(intcmp $(strip $1)0, $(strip $2)0,,,y)
|
/Linux-v6.6/tools/perf/ |
D | builtin-trace.c | 1886 static int intcmp(const void *a, const void *b) in intcmp() function 1956 qsort(trace->ev_qualifier_ids.entries, nr_used, sizeof(int), intcmp); in trace__validate_ev_qualifier() 1975 trace->ev_qualifier_ids.nr, sizeof(int), intcmp) != NULL; in trace__syscall_enabled()
|