Searched refs:tod (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/util/ |
| A D | data-convert.h | 10 bool tod; member
|
| A D | debug.c | 75 struct timeval tod; in fprintf_time() local 82 if (gettimeofday(&tod, NULL) != 0) in fprintf_time() 85 if (localtime_r(&tod.tv_sec, <ime) == NULL) in fprintf_time() 89 return fprintf(file, "[%s.%06lu] ", date, (long)tod.tv_usec); in fprintf_time()
|
| A D | data-convert-bt.c | 1397 bool tod) in ctf_writer__setup_clock() argument 1403 if (tod) { in ctf_writer__setup_clock() 1511 struct perf_session *session, bool tod) in ctf_writer__init() argument 1535 if (ctf_writer__setup_clock(cw, session, tod)) { in ctf_writer__init() 1648 if (ctf_writer__init(cw, path, session, opts->tod)) in bt_convert__perf2ctf()
|
| A D | data-convert-json.c | 354 if (opts->tod) { in bt_convert__perf2json()
|
| /tools/perf/ |
| A D | builtin-data.c | 44 OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"),
|
| A D | builtin-script.c | 645 bool tod = false; in perf_session__check_output_opt() local 676 tod |= output[j].fields & PERF_OUTPUT_TOD; in perf_session__check_output_opt() 717 if (tod && !perf_session__env(session)->clock.enabled) { in perf_session__check_output_opt()
|
| /tools/perf/Documentation/ |
| A D | perf-data.txt | 33 --tod::
|
| /tools/arch/s390/include/uapi/asm/ |
| A D | kvm.h | 406 __u64 tod; member
|
Completed in 24 milliseconds