Searched refs:pph (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofpkt.h93 struct profile_pkg_header pph; member in struct:profile_header
H A Dprofile.c178 ph.pph.magic = htons(PROF_MAGIC + PROFILE_VERSION);
179 ph.pph.header_size = sizeof(ph);
180 ph.pph.profile_instructions = 0;
181 ph.pph.clock_freq = pn->pnc.un.cpu_freq;
182 ph.pph.ddr_freq = pn->pnc.un.ddr_freq;
183 ph.pph.cpu_id = pn->pnc.un.cpu_id;
184 ph.pph.seq_num = htonl(pn->profile_sequence_num);
185 ph.pph.sample_stack_words = htonl(PROFILE_STACK_WORDS);
209 ph.pph.sample_count = ns;
210 if (copy_to_user(buf, &ph.pph, sizeo
[all...]

Completed in 79 milliseconds