Searched refs:profile_header_counters (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofilesample.h82 #define PROFILE_MAX_COUNTERS ((PROFILE_MAX_PACKET_SIZE - sizeof(struct profile_header_counters)) / (PROFILE_COUNTER_NAME_LENGTH + 4))
H A Dprofpkt.h97 struct profile_header_counters { struct
H A Dprofile.c273 struct profile_header_counters *hdr = (struct profile_header_counters *)prof_pkt;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofpkt.h106 struct profile_header_counters { struct
118 #define PROFILE_MAX_COUNTERS ((PROFILE_MAX_PACKET_SIZE - sizeof(struct profile_header_counters)) / (PROFILE_COUNTER_NAME_LENGTH + 4))
H A Dprofile.c180 struct profile_header_counters hdr;
189 stat_count = (count - sizeof(struct profile_header_counters)) / sizeof (struct profile_counter_pkt);
205 memcpy(ptr, (void *)&hdr, sizeof(struct profile_header_counters));
206 ptr += sizeof(struct profile_header_counters);

Completed in 86 milliseconds