Home
last modified time | relevance | path

Searched refs:PERFETTO_NO_INLINE (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/include/perfetto/base/
Dcompiler.h49 #define PERFETTO_NO_INLINE __attribute__((__noinline__)) macro
54 #define PERFETTO_NO_INLINE macro
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_vtable_benchmark.cc58 PERFETTO_NO_INLINE int Next();
59 PERFETTO_NO_INLINE int Column(sqlite3_context* ctx, int);
60 PERFETTO_NO_INLINE int Eof();
/external/perfetto/include/perfetto/tracing/internal/
Dtrack_event_data_source.h235 Arguments&&... args) PERFETTO_NO_INLINE {
257 Arguments&&... args) PERFETTO_NO_INLINE {
274 Arguments&&... args) PERFETTO_NO_INLINE {
296 Arguments&&... args) PERFETTO_NO_INLINE {
/external/perfetto/src/protozero/filtering/
Dmessage_filter.h128 bool allowed) PERFETTO_NO_INLINE;
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h327 Args&&... args) PERFETTO_NO_INLINE { in WriteLegacyEvent()
341 Args&&... args) PERFETTO_NO_INLINE { in WriteLegacyEventWithIdAndTid()