Displaying 3 results from an estimated 3 matches for "luojia".
Did you mean:
luoja
2009 Nov 30
0
Fwd: DTrace & libtool "best practices"
...orrectly.
What guidance would you give in this situation? I have not yet found a set of "best practices" for adding probes to a libtool-based library project.
Looking forward to the performance investigation,
Charles Koester
charles.koester at oracle.com
1 831-234-2996 (mobile)
Luojia(Jenny) Chen
Software Engineer
ISV Engineering
v-mail:(510) 550-2394
SUN Microsystems
Luojia(Jenny) Chen
Software Engineer
ISV Engineering
v-mail:(510) 550-2394...
2006 Apr 18
4
Chime Clarification: Buildable on only nv_35 or Runnable?
Would Studio 10, or Studio 11 be preferable to build?
This message posted from opensolaris.org
2008 Sep 16
3
USDT probes in both static library and application
Hi All,
I''ve got a problem when I have USDT probes in a static library and in
the application code outside of the library.
I build the static library containing some USDT probes, glomming
everything together (ld -r) before creating the .a file to preserve the
probe symbols. This all works fine.
I build an application which also has some USDT probes.
When I build the application which