Home
last modified time | relevance | path

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

/drivers/oprofile/
Doprofile_perf.c213 static struct platform_driver oprofile_driver = { variable
227 ret = platform_driver_register(&oprofile_driver); in init_driverfs()
232 oprofile_driver.driver.name, 0, NULL, 0); in init_driverfs()
235 platform_driver_unregister(&oprofile_driver); in init_driverfs()
244 platform_driver_unregister(&oprofile_driver); in exit_driverfs()