Searched refs:newfp (Results 1 – 2 of 2) sorted by relevance
83 unsigned long *newfp; in do_show_stack() local130 newfp = (unsigned long *) *fp; in do_show_stack()132 if (((unsigned long) newfp) & 0x3) { in do_show_stack()133 printk("%s-- Corrupt frame pointer %p\n", loglvl, newfp); in do_show_stack()138 if (!newfp) { in do_show_stack()156 newfp = (unsigned long *) regs->r30; in do_show_stack()159 ip = *(newfp + 1); in do_show_stack()167 if (newfp > fp) in do_show_stack()168 fp = newfp; in do_show_stack()
112 const Fingerprint* newfp, in compareFingerprints() argument117 assert(newfp->nbEvents > 0); in compareFingerprints()118 { U64 p50 = (U64)ref->nbEvents * (U64)newfp->nbEvents; in compareFingerprints()119 U64 deviation = fpDistance(ref, newfp, hashLog); in compareFingerprints()125 static void mergeEvents(Fingerprint* acc, const Fingerprint* newfp) in mergeEvents() argument129 acc->events[n] += newfp->events[n]; in mergeEvents()131 acc->nbEvents += newfp->nbEvents; in mergeEvents()