From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre-marc.fournier@polymtl.ca (Pierre-Marc Fournier) Date: Wed, 11 Mar 2009 13:51:42 -0400 Subject: [ltt-dev] to find all the tracepoints by the __start___tracepoints and __stop___tracepoints In-Reply-To: References: Message-ID: <49B7FA2E.5080900@polymtl.ca> Hello, These symbols are automatically placed by the linker at the boundaries of the __tracepoints section. This magic is done in the linker script. pmf long xu wrote: > Hello, > > I find when we use the fuction "tracepoint_update_probe_range", it usese > the "__start___tracepoints" and "__stop___tracepoints" to find all of > the tracepoints. But i don't find where it do the initialisation of the > "__start___tracepoints" and "__stop___tracepoints". How can they point > the first tracepoint and the last point? > > Thanks, > > Best Regard, > > Long XU > > > ------------------------------------------------------------------------ > > _______________________________________________ > ltt-dev mailing list > ltt-dev at lists.casi.polymtl.ca > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev