HomeSort by relevance Sort by last modified time
    Searched defs:output_name (Results 1 - 11 of 11) sorted by null

  /external/blktrace/btt/
bt_timeline.c 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 421 const char *output_name = "-"; local
427 OPT_STRING('o', "output", &output_name, "file",
449 if (!strcmp(output_name, "-")) {
453 inject.output = open(output_name, O_CREAT | O_WRONLY | O_TRUNC,
builtin-record.c 68 const char *output_name; member in struct:perf_record
358 const char *output_name = rec->output_name; local
372 if (!output_name) {
376 rec->output_name = output_name = "perf.data";
378 if (output_name) {
379 if (!strcmp(output_name, "-"))
381 else if (!stat(output_name, &st) && st.st_size) {
384 output_name);
    [all...]
builtin-stat.c 1399 const char *output_name = NULL; local
    [all...]
builtin-timechart.c 973 static int __cmd_timechart(const char *output_name)
1017 write_svg_file(output_name);
1020 (last_time - first_time) / 1000000000.0, output_name);
1086 const char *output_name = "output.svg"; local
1089 OPT_STRING('o', "output", &output_name, "file", "output file name"),
1116 return __cmd_timechart(output_name);
builtin-trace.c 1207 const char *output_name = NULL; local
1212 OPT_STRING('o', "output", &output_name, "file", "output file name"),
    [all...]
  /external/lldb/scripts/Python/
modify-python-lldb.py 27 output_name = "./lldb.py" variable
29 output_name = sys.argv[1] + "/lldb.py" variable
31 # print "output_name is '" + output_name + "'"
290 with open(output_name, 'r') as f_in:
434 with open(output_name, 'w') as f_out:
  /external/llvm/tools/gold/
gold-plugin.cpp 71 static std::string output_name = ""; variable
155 output_name = tv->tv_u.tv_string;
448 path = output_name;
452 path = output_name + ".bc";
  /external/chromium_org/tools/gn/
target.h 69 const std::string& output_name() const { return output_name_; } function in class:Target
72 // Returns the output name for this target, which is the output_name if
  /external/blktrace/
blkparse.c 262 static char *output_name; variable
    [all...]
blktrace.c 285 static char *output_name; variable
1504 if (output_name)
1506 output_name, cpu);
    [all...]

Completed in 330 milliseconds