#include <sys/types.h>#include <unistd.h>#include <asm/unistd.h>#include <stdio.h>#include <errno.h>#include <string.h>#include "config.h"#include <linux/perf_event.h>
Go to the source code of this file.
Functions | |
| static void | usage (void) |
| int | main (int argc, char **argv) |
Variables | |
| struct perf_event_attr | attr |
| pid_t | pid |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 36 of file op_perf_events_checker.c.
References attr, pid, and usage().

| static void usage | ( | void | ) | [static] |
Definition at line 29 of file op_perf_events_checker.c.
Referenced by main().

| struct perf_event_attr attr |
Definition at line 25 of file op_perf_events_checker.c.
Referenced by main().
| pid_t pid |
Definition at line 26 of file op_perf_events_checker.c.
Referenced by _check_perf_events_cap(), _cleanup_jitdumps(), _process_operf_and_app_args(), filter_anon_samples_list(), main(), op_write_lock_file(), opd_do_samples(), opd_get_ascii_procs(), process_args(), and start_profiling().
1.6.1