Searched refs:stat_round (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/tests/
H A Dstat.c101 struct perf_record_stat_round *stat_round = &event->stat_round; local
103 TEST_ASSERT_VAL("wrong time", stat_round->time == 0xdeadbeef);
104 TEST_ASSERT_VAL("wrong type", stat_round->type == PERF_STAT_ROUND_TYPE__INTERVAL);
/linux-master/tools/perf/util/
H A Dtool.h78 stat_round, member in struct:perf_tool
H A Dsession.c555 if (tool->stat_round == NULL)
556 tool->stat_round = process_stat_round_stub;
982 event->stat_round.type = bswap_64(event->stat_round.type);
983 event->stat_round.time = bswap_64(event->stat_round.time);
1734 return tool->stat_round(session, event);
/linux-master/tools/perf/
H A Dbuiltin-stat.c2308 struct perf_record_stat_round *stat_round = &event->stat_round; local
2315 if (stat_round->type == PERF_STAT_ROUND_TYPE__FINAL)
2316 update_stats(&walltime_nsecs_stats, stat_round->time);
2318 if (stat_config.interval && stat_round->time) {
2319 tsh.tv_sec = stat_round->time / NSEC_PER_SEC;
2320 tsh.tv_nsec = stat_round->time % NSEC_PER_SEC;
2430 .stat_round = process_stat_round_event,
H A Dbuiltin-script.c3673 struct perf_record_stat_round *round = &event->stat_round;
3887 .stat_round = process_stat_round_event,
H A Dbuiltin-inject.c2198 .stat_round = perf_event__repipe_op2_synth,
/linux-master/tools/lib/perf/include/perf/
H A Devent.h511 struct perf_record_stat_round stat_round; member in union:perf_event

Completed in 369 milliseconds