HomeSort by relevance Sort by last modified time
    Searched full:script_spec (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 575 struct script_spec { struct
583 static struct script_spec *script_spec__new(const char *spec,
586 struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
596 static void script_spec__add(struct script_spec *s)
601 static struct script_spec *script_spec__find(const char *spec)
603 struct script_spec *s;
611 static struct script_spec *script_spec__findnew(const char *spec,
614 struct script_spec *s = script_spec__find(spec);
630 struct script_spec *s;
645 struct script_spec *s = script_spec__find(spec)
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 138 milliseconds