X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=gprof%2Fhist.h;h=34aa585ffa6bbdccd4154498fa978e1ce5066c72;hb=8a24927bc8dbf6beac2000593b21235c3796dc35;hp=e08cee9675544ea67fbb8aebb2793148496f4eb5;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=binutils-gdb.git diff --git a/gprof/hist.h b/gprof/hist.h index e08cee96755..34aa585ffa6 100644 --- a/gprof/hist.h +++ b/gprof/hist.h @@ -1,6 +1,6 @@ /* hist.h - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2022 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -46,10 +46,10 @@ extern void hist_print (void); we have histogram data. Returns 1 if so and 0 otherwise. */ extern int hist_check_address (unsigned address); -/* Given a range of addresses for a symbol, find a histogram record +/* Given a range of addresses for a symbol, find a histogram record that intersects with this range, and clips the range to that histogram record, modifying *P_LOWPC and *P_HIGHPC. - + If no intersection is found, *P_LOWPC and *P_HIGHPC will be set to one unspecified value. If more that one intersection is found, an error is emitted. */