stat_round 3257 tools/perf/builtin-script.c struct perf_record_stat_round *round = &event->stat_round; stat_round 3436 tools/perf/builtin-script.c .stat_round = process_stat_round_event, stat_round 1456 tools/perf/builtin-stat.c struct perf_record_stat_round *stat_round = &event->stat_round; stat_round 1465 tools/perf/builtin-stat.c if (stat_round->type == PERF_STAT_ROUND_TYPE__FINAL) stat_round 1466 tools/perf/builtin-stat.c update_stats(&walltime_nsecs_stats, stat_round->time); stat_round 1468 tools/perf/builtin-stat.c if (stat_config.interval && stat_round->time) { stat_round 1469 tools/perf/builtin-stat.c tsh.tv_sec = stat_round->time / NSEC_PER_SEC; stat_round 1470 tools/perf/builtin-stat.c tsh.tv_nsec = stat_round->time % NSEC_PER_SEC; stat_round 1603 tools/perf/builtin-stat.c .stat_round = process_stat_round_event, stat_round 379 tools/perf/lib/include/perf/event.h struct perf_record_stat_round stat_round; stat_round 99 tools/perf/tests/stat.c struct perf_record_stat_round *stat_round = &event->stat_round; stat_round 101 tools/perf/tests/stat.c TEST_ASSERT_VAL("wrong time", stat_round->time == 0xdeadbeef); stat_round 102 tools/perf/tests/stat.c TEST_ASSERT_VAL("wrong type", stat_round->type == PERF_STAT_ROUND_TYPE__INTERVAL); stat_round 524 tools/perf/util/session.c if (tool->stat_round == NULL) stat_round 525 tools/perf/util/session.c tool->stat_round = process_stat_round_stub; stat_round 905 tools/perf/util/session.c event->stat_round.type = bswap_64(event->stat_round.type); stat_round 906 tools/perf/util/session.c event->stat_round.time = bswap_64(event->stat_round.time); stat_round 1557 tools/perf/util/session.c return tool->stat_round(session, event); stat_round 74 tools/perf/util/tool.h stat_round,