Symbol: pmcstat_args
lib/libpmcstat/libpmcstat.h
328
void pmcstat_image_get_elf_params(struct pmcstat_image *image, struct pmcstat_args *args);
lib/libpmcstat/libpmcstat.h
332
int iskernelmodule, struct pmcstat_args *args,
lib/libpmcstat/libpmcstat.h
338
struct pmcstat_args *args, struct pmc_plugins *plugins,
lib/libpmcstat/libpmcstat.h
348
struct pmcstat_args *args, struct pmc_plugins *plugins,
lib/libpmcstat/libpmcstat.h
350
void pmcstat_image_determine_type(struct pmcstat_image *_image, struct pmcstat_args *args);
lib/libpmcstat/libpmcstat.h
351
void pmcstat_image_get_aout_params(struct pmcstat_image *_image, struct pmcstat_args *args);
lib/libpmcstat/libpmcstat.h
355
struct pmcstat_args *args, struct pmc_plugins *plugins,
lib/libpmcstat/libpmcstat.h
357
void pmcstat_shutdown_logging(struct pmcstat_args *args,
lib/libpmcstat/libpmcstat.h
361
void pmcstat_clone_event_descriptor(struct pmcstat_ev *ev, const cpuset_t *cpumask, struct pmcstat_args *args);
lib/libpmcstat/libpmcstat.h
363
void pmcstat_create_process(int *pmcstat_sockpair, struct pmcstat_args *args, int pmcstat_kq);
lib/libpmcstat/libpmcstat.h
366
void pmcstat_attach_pmcs(struct pmcstat_args *args);
lib/libpmcstat/libpmcstat.h
372
int pmcstat_analyze_log(struct pmcstat_args *args,
lib/libpmcstat/libpmcstat.h
381
int pmcstat_close_log(struct pmcstat_args *args);
lib/libpmcstat/libpmcstat_event.c
40
struct pmcstat_args *args)
lib/libpmcstat/libpmcstat_image.c
258
struct pmcstat_args *args)
lib/libpmcstat/libpmcstat_image.c
308
struct pmcstat_args *args)
lib/libpmcstat/libpmcstat_image.c
485
struct pmcstat_args *args)
lib/libpmcstat/libpmcstat_image.c
515
int iskernelmodule, struct pmcstat_args *args,
lib/libpmcstat/libpmcstat_logging.c
186
pmcstat_analyze_log(struct pmcstat_args *args,
lib/libpmcstat/libpmcstat_logging.c
526
pmcstat_close_log(struct pmcstat_args *args)
lib/libpmcstat/libpmcstat_logging.c
547
struct pmcstat_args *args, struct pmc_plugins *plugins,
lib/libpmcstat/libpmcstat_logging.c
596
pmcstat_shutdown_logging(struct pmcstat_args *args,
lib/libpmcstat/libpmcstat_logging.c
78
struct pmcstat_args *args, struct pmc_plugins *plugins,
lib/libpmcstat/libpmcstat_process.c
147
struct pmcstat_args *args, struct pmc_plugins *plugins,
lib/libpmcstat/libpmcstat_process.c
259
pmcstat_create_process(int *pmcstat_sockpair, struct pmcstat_args *args,
lib/libpmcstat/libpmcstat_process.c
337
pmcstat_attach_pmcs(struct pmcstat_args *args)
lib/libpmcstat/libpmcstat_process.c
76
struct pmcstat_args *args, struct pmc_plugins *plugins,
usr.sbin/pmc/cmd_pmc.h
37
extern struct pmcstat_args pmc_args;
usr.sbin/pmc/cmd_pmc.h
52
int pmc_util_get_pid(struct pmcstat_args *);
usr.sbin/pmc/cmd_pmc.h
53
void pmc_util_start_pmcs(struct pmcstat_args *);
usr.sbin/pmc/cmd_pmc.h
54
void pmc_util_cleanup(struct pmcstat_args *);
usr.sbin/pmc/cmd_pmc.h
55
void pmc_util_shutdown_logging(struct pmcstat_args *args);
usr.sbin/pmc/cmd_pmc.h
56
void pmc_util_kill_process(struct pmcstat_args *args);
usr.sbin/pmc/pmc.c
49
struct pmcstat_args pmc_args;
usr.sbin/pmc/pmc_util.c
117
pmc_util_shutdown_logging(struct pmcstat_args *args)
usr.sbin/pmc/pmc_util.c
123
pmc_util_cleanup(struct pmcstat_args *args)
usr.sbin/pmc/pmc_util.c
151
pmc_util_start_pmcs(struct pmcstat_args *args)
usr.sbin/pmc/pmc_util.c
84
pmc_util_get_pid(struct pmcstat_args *args)
usr.sbin/pmc/pmc_util.c
99
pmc_util_kill_process(struct pmcstat_args *args)
usr.sbin/pmcstat/pmcstat.c
116
struct pmcstat_args args;
usr.sbin/pmcstat/pmcstat.h
69
extern struct pmcstat_args args; /* command line args */