So, I'm new to Linux and to static analysis and so I'm sure I'm not the target audience for Sparse, but where is all the documentation? The website is well...sparse, the readme contains nothing helpful and neither does the FAQ. I compiled Sparse but I have no idea how to use it. There are all these binaries and none of them accept --help (except for test-suite). Am I missing something? Basically I'm trying to use Sparse to generate a call graph for a specific program. I tried using the graph binary which seems to generate XML-like code but my browser can't read it. Through browsing this message list I found that people were piping the results of graph through the binaries in the gvpr folder First of all, how am I supposed to have deduced that the output of graph needs to be further processed and that the binaries in gvpr are there for that purpose? Second, when I tried to do that I got an error saying that /usr/bin/gvpr doesn't exist. Do I need to move the gvpr folder to /usr/bin/ or is gvpr a separate program? My command is: ./graph flow.c | ./gvpr/return-paths I don't necesarily need an answer to my specific question, but if someone knows where to find a how-to or some other documentation that would be great. Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html