Is there a convenient way to retrieve the instances in which a particular function is called and with what parameters? For example, suppose a function foo(string bar) is called in several different places with a different string as the parameter to each occurrence of foo. I would like to retrieve a list of those strings.