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

  /external/ltp/lib/
tst_timer.c 18 static const char *clock_name(clockid_t clk_id) function
48 clock_name(clk_id), clk_id);
  /external/perfetto/src/traced/probes/ftrace/
ftrace_procfs.h 84 // Set the clock. |clock_name| should be one of the names returned by
86 bool SetClock(const std::string& clock_name);
ftrace_procfs.cc 179 bool FtraceProcfs::SetClock(const std::string& clock_name) {
181 return WriteToFile(path, clock_name);

Completed in 1936 milliseconds