HomeSort by relevance Sort by last modified time
    Searched refs:common_flags (Results 1 - 19 of 19) sorted by null

  /hardware/qcom/display/
common.mk 14 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers macro
15 common_flags += -Werror
18 common_flags += -D__ARM_HAVE_NEON
26 # common_flags += -DVENUS_COLOR_FORMAT
27 common_flags += -DMDSS_TARGET
35 common_flags += -DQCOM_BSP
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.xs 36 common_flags(context)
Context.c 75 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_flags", "context");
82 RETVAL = common_flags(context);
129 newXSproto("Perf::Trace::Context::common_flags", XS_Perf__Trace__Context_common_flags, file, "$");
  /hardware/qcom/display/libexternal/
Android.mk 10 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdexternal\"
  /hardware/qcom/display/libgenlock/
Android.mk 9 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdgenlock\"
  /hardware/qcom/display/libqservice/
Android.mk 10 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdqservice\"
  /hardware/qcom/display/libqdutils/
Android.mk 9 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdutils\"
25 LOCAL_CFLAGS := $(common_flags)
  /hardware/qcom/display/libhwcomposer/
Android.mk 13 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdhwcomposer\"
  /hardware/qcom/display/liboverlay/
Android.mk 10 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdoverlay\"
  /hardware/qcom/display/libgralloc/
Android.mk 26 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdgralloc\"
39 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdmemalloc\"
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 67 printf("common_preempt_count=%d, common_flags=%s, common_lock_depth=%d, ",
68 common_pc($context), trace_flag_str(common_flags($context)),
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/
Context.c 54 retval = common_flags(scripting_context);
78 { "common_flags", perf_trace_context_common_flags, METH_VARARGS,
  /external/linux-tools-perf/scripts/python/
check-perf-trace.py 66 print "common_preempt_count=%d, common_flags=%s, common_lock_depth=%d, " \
67 % (common_pc(context), trace_flag_str(common_flags(context)), \
  /hardware/qcom/display/libcopybit/
Android.mk 24 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdcopybit\"
  /hardware/qcom/display/liblight/
Android.mk 23 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdlights\"
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 17 common_pc common_flags common_lock_depth
  /external/linux-tools-perf/util/
trace-event.h 303 int common_flags(struct scripting_context *context);
trace-event-parse.c 3135 int common_flags(struct scripting_context *context) function
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 675 FILL_FIELD(ptr, common_flags, event, data); \
687 u8 common_flags; member in struct:trace_switch_event
705 u8 common_flags; member in struct:trace_runtime_event
720 u8 common_flags; member in struct:trace_wakeup_event
737 u8 common_flags; member in struct:trace_fork_event
752 u8 common_flags; member in struct:trace_migrate_task_event
    [all...]

Completed in 313 milliseconds