Searched refs:stat_round (Results 1 – 7 of 7) sorted by relevance
81 stat_round, member
328 tool->stat_round = process_stat_round_stub; in perf_tool__init()433 CREATE_DELEGATE_OP2(stat_round);513 tool->tool.stat_round = delegate_stat_round; in delegate_tool__init()
691 event->stat_round.type = bswap_64(event->stat_round.type); in perf_event__time_conv_swap() 692 event->stat_round.time = bswap_64(event->stat_round.time); in perf_event__time_conv_swap() 1688 err = tool->stat_round(tool, session, event); in perf_session__process_user_event()
2208 struct perf_record_stat_round *stat_round = &event->stat_round; in process_stat_config_event() 2216 if (stat_round->type == PERF_STAT_ROUND_TYPE__FINAL) in process_stat_config_event() 2217 update_stats(stat_config.walltime_nsecs_stats, stat_round->time); in process_stat_config_event() 2219 if (stat_config.interval && stat_round->time) { in process_stat_config_event() 2220 tsh.tv_sec = stat_round->time / NSEC_PER_SEC; in process_stat_config_event() 2221 tsh.tv_nsec = stat_round->time % NSEC_PER_SEC; in process_stat_config_event() 2376 perf_stat.tool.stat_round = process_stat_round_event; in setup_system_wide() 2185 struct perf_record_stat_round *stat_round = &event->stat_round; process_stat_round_event() local
3861 struct perf_record_stat_round *round = &event->stat_round; in process_stat_round_event() 4432 script.tool.stat_round = process_stat_round_event; in cmd_script()
2677 inject.tool.stat_round = perf_event__repipe_op2_synth; in cmd_inject()
626 struct perf_record_stat_round stat_round; member