Home
last modified time | relevance | path

Searched refs:oprofile_driver (Results 1 – 1 of 1) sorted by relevance

/drivers/oprofile/
Doprofile_perf.c214 static struct platform_driver oprofile_driver = { variable
228 ret = platform_driver_register(&oprofile_driver); in init_driverfs()
233 oprofile_driver.driver.name, 0, NULL, 0); in init_driverfs()
236 platform_driver_unregister(&oprofile_driver); in init_driverfs()
245 platform_driver_unregister(&oprofile_driver); in exit_driverfs()