Initial port to perf counters

This commit is contained in:
Søren Sandmann Pedersen
2009-09-05 17:15:19 -04:00
parent a7a1ab3081
commit 594a58d674
5 changed files with 1290 additions and 199 deletions

View File

@ -60,5 +60,6 @@ const guint8 *process_get_vdso_bytes (gsize *length);
gboolean process_is_kernel_address (gulong address);
const char * process_lookup_kernel_symbol (gulong address,
gulong *offset);
int process_get_page_size (void);
#endif