btftoolchain
common.h File Reference
#include <iostream>
#include "helper/helper.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 btf
 

Enumerations

enum class  btf::ErrorCodes {
  btf::success , btf::already_in_state , btf::invalid_state_transition , btf::descending_timestamp ,
  btf::invalid_type , btf::invalid_event , btf::core_idle_task_still_running , btf::multiple_tasks_running ,
  btf::event_on_idle_core , btf::runnable_source_task_not_running , btf::no_task_running , btf::terminate_on_runnable_with_running_sub_runnable ,
  btf::terminate_on_task_with_running_runnables , btf::allocated_to_different_core , btf::source_and_target_not_equal , btf::amount_of_semaphore_accesses_invalid
}
 Error Codes for the btf library. More...
 

Functions

std::string btf::errorCodeToString (ErrorCodes code)
 Converts the enum ErrorCode into string. More...