Searched refs:is_signed_type (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/kernel/trace/ |
D | trace_export.c | 81 is_signed_type(type), filter_type); \ 91 is_signed_type(type), filter_type); \ 105 is_signed_type(type), filter_type); \ 118 is_signed_type(type), filter_type); \ 126 0, is_signed_type(type), filter_type);\
|
D | ring_buffer.c | 419 (unsigned int)is_signed_type(u64)); in ring_buffer_print_page_header() 425 (unsigned int)is_signed_type(long)); in ring_buffer_print_page_header() 431 (unsigned int)is_signed_type(long)); in ring_buffer_print_page_header() 437 (unsigned int)is_signed_type(char)); in ring_buffer_print_page_header()
|
D | trace_syscalls.c | 199 sizeof(trace.name), is_signed_type(type)
|
D | trace_events.c | 106 is_signed_type(type), FILTER_OTHER); \
|
/linux-3.4.99/include/trace/ |
D | ftrace.h | 303 is_signed_type(type), filter_type); \ 320 is_signed_type(type), FILTER_OTHER); \ 331 is_signed_type(type), FILTER_OTHER);
|
/linux-3.4.99/include/linux/ |
D | ftrace_event.h | 268 #define is_signed_type(type) (((type)(-1)) < 0) macro
|