Searched refs:profile_data (Results 1 – 3 of 3) sorted by relevance
138 __u8 profile_data[20]; member
387 crc = crc8->crctab[crc ^ crc8->profile_data[0]]; in cgw_csum_crc8_rel()391 crc = crc8->crctab[crc ^ crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_rel()414 crc = crc8->crctab[crc ^ crc8->profile_data[0]]; in cgw_csum_crc8_pos()418 crc = crc8->crctab[crc ^ crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_pos()441 crc = crc8->crctab[crc ^ crc8->profile_data[0]]; in cgw_csum_crc8_neg()445 crc = crc8->crctab[crc ^ crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_neg()
845 struct profile_fgraph_data *profile_data; in profile_graph_entry() local853 profile_data = fgraph_reserve_data(gops->idx, sizeof(*profile_data)); in profile_graph_entry()854 if (!profile_data) in profile_graph_entry()857 profile_data->subtime = 0; in profile_graph_entry()858 profile_data->sleeptime = current->ftrace_sleeptime; in profile_graph_entry()859 profile_data->calltime = trace_clock_local(); in profile_graph_entry()870 struct profile_fgraph_data *profile_data; in profile_graph_return() local883 profile_data = fgraph_retrieve_data(gops->idx, &size); in profile_graph_return()886 if (!profile_data || !profile_data->calltime) in profile_graph_return()889 calltime = rettime - profile_data->calltime; in profile_graph_return()[all …]