* Work-in-progress on a kernel profile service that can be evaluated from
userland afterwards. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -15,11 +15,16 @@ struct system_profiler_parameters;
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
status_t start_system_profiler(size_t areaSize, uint32 flags);
|
||||
void stop_system_profiler();
|
||||
|
||||
status_t _user_system_profiler_start(
|
||||
struct system_profiler_parameters* parameters);
|
||||
status_t _user_system_profiler_next_buffer(size_t bytesRead,
|
||||
uint64* _droppedEvents);
|
||||
status_t _user_system_profiler_stop();
|
||||
status_t _user_system_profiler_recorded(
|
||||
struct system_profiler_parameters* parameters);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user