Searched refs:profile_map (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofpkt.h134 struct profile_map { struct
139 #define PROFILE_MAX_MAPS (PROFILE_MAX_PACKET_SIZE - sizeof(struct profile_header_maps)) / sizeof(struct profile_map)
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofpkt.h153 struct profile_map { struct
158 #define PROFILE_MAX_MAPS (PROFILE_MAX_PACKET_SIZE - sizeof(struct profile_header_maps)) / sizeof(struct profile_map)
H A Dprofile.c43 static struct profile_map profile_pm[PROFILE_NUM_MAPS];
437 header.count = (count - sizeof(header)) / sizeof(struct profile_map);
455 if (copy_to_user(p, (void *)&profile_pm[*f_pos], sizeof(struct profile_map) * header.count) != 0) {
460 return sizeof(header) + sizeof(struct profile_map) * header.count;

Completed in 80 milliseconds