mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
committed by
Christian Helmuth
parent
e7958d999d
commit
a77e509283
@ -0,0 +1,26 @@
|
||||
/*
|
||||
* \brief Generic 'Native_cpu' setup
|
||||
* \author Christian Prochaska
|
||||
* \date 2016-05-13
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
|
||||
/* Cpu_sampler includes */
|
||||
#include "cpu_session_component.h"
|
||||
|
||||
|
||||
Genode::Capability<Genode::Cpu_session::Native_cpu>
|
||||
Cpu_sampler::Cpu_session_component::_setup_native_cpu()
|
||||
{
|
||||
return parent_cpu_session().native_cpu();
|
||||
}
|
||||
|
||||
|
||||
void Cpu_sampler::Cpu_session_component::_cleanup_native_cpu() { }
|
@ -0,0 +1,2 @@
|
||||
TARGET = cpu_sampler_platform-generic
|
||||
LIBS = cpu_sampler_platform-generic
|
Reference in New Issue
Block a user