performance analyzer

how can i remove system calls from the analyzer output and make it display only the relevant methods that i need. i'm attaching a process to the debugger , it loads all the .so files, then i say collect sample upon which it creates an experiment. but the anaylzer is giving too much info, more than what i require. i want to check on only some methods in some .so 's . is there a way to filter like this.

[413 byte] By [chandra_rajat] at [2007-11-26 7:41:58]
# 1
In Analyzer, go to View -> Show/Hide Functions. Clear all settings and select only those loadobjects (.so's) that you are interested in. After that all functions from, say, libc.so will be aggregated into one single entry <libc.so>.
OlegMazurov at 2007-7-6 19:49:34 > top of Java-index,Development Tools,Solaris and Linux Development Tools...