Searched refs:atrace_int (Results 1 – 5 of 5) sorted by relevance
/system/core/libcutils/include_outside_system/cutils/ |
D | trace.h | 303 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) 304 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() function
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 303 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) 304 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() function
|
/system/extras/libatrace_rust/bindgen/ |
D | cutils_trace_wrap.c | 57 atrace_int(tag, name, value); in atrace_int_wrap()
|
/system/extras/libatrace_rust/example/src/ |
D | main.rs | 55 atrace::atrace_int(AtraceTag::App, "Count of i", i); in spawn_counter_thread()
|
/system/extras/libatrace_rust/src/ |
D | lib.rs | 312 pub fn atrace_int(tag: AtraceTag, name: &str, value: i32) { in atrace_int() function 1040 atrace_int(AtraceTag::App, "Test Name", 32); in forwards_trace_int()
|