HomeSort by relevance Sort by last modified time
    Searched refs:input_name (Results 26 - 43 of 43) sorted by null

12

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 763 OPT_STRING('i', "input", &input_name, "file",
863 if (!input_name || !strlen(input_name)) {
865 input_name = "-";
867 input_name = "perf.data";
870 if (strcmp(input_name, "-") != 0)
878 session = perf_session__new(input_name, O_RDONLY,
builtin-kmem.c 490 session = perf_session__new(input_name, O_RDONLY, 0, false, &perf_kmem);
742 OPT_STRING('i', "input", &input_name, "file", "input file name"),
builtin-lock.c 839 session = perf_session__new(input_name, O_RDONLY, 0, false, &eops);
930 OPT_STRING('i', "input", &input_name, "file", "input file name"),
perf.c 27 const char *input_name; variable
builtin-script.c 1119 session = perf_session__new(input_name, O_RDONLY, 0, false, NULL);
1283 OPT_STRING('i', "input", &input_name, "file", "input file name"),
    [all...]
builtin-trace.c 1077 session = perf_session__new(input_name, O_RDONLY, 0, false,
1213 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"),
    [all...]
builtin-timechart.c 993 struct perf_session *session = perf_session__new(input_name, O_RDONLY,
1088 OPT_STRING('i', "input", &input_name, "file", "input file name"),
builtin-sched.c     [all...]
  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 517 gss_name_t* input_name) {
519 return release_name_(minor_status, input_name);
531 const gss_name_t input_name,
536 input_name,
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 49 strcat(input_sysfs_path, input_name);
  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 180 strcpy(input_name, filename);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 175 strcpy(input_name, filename);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_token_matcher.py 220 def process_file(input_name, output_name):
222 with io.open(input_name, 'r', -1, 'utf-8') as input_file:
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 199 const std::string input_name = (*obj)->name(); local
207 sect_map.find(input_name, section->name()).second;
  /external/blktrace/btt/
globals.h 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 569 input_name = name + "_typedarray"
570 result = self._JSTypedArray(input_name, recursion_budget - 1)
572 self._Variable(name, "new %sArray(%s)" % (arraytype, input_name),
    [all...]
  /build/tools/releasetools/
common.py 475 def SignFile(input_name, output_name, key, password, align=None,
477 """Sign the input_name zip/jar/apk, producing output_name. Use the
505 input_name, sign_name])
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1283 * Only runtime switching of perf data file will make "input_name" point
1285 * whether we need to call free() for current "input_name" during the switch.
    [all...]

Completed in 885 milliseconds

12