trace-systemview
3.1.0
trace-systemview
bsp
trace
inc
LLMJVM_MONITOR_sysview.h
Go to the documentation of this file.
1
/*
2
* C
3
*
4
* Copyright 2018-2022 MicroEJ Corp. All rights reserved.
5
* Use of this source code is governed by a BSD-style license that can be found with this software.
6
*/
7
16
#ifndef LLMJVM_MONITOR_SYSVIEW_H
17
#define LLMJVM_MONITOR_SYSVIEW_H
18
19
#include <stdint.h>
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
/*
26
* This function is part of the link between MicroEJ and SYSVIEW.
27
* Called from SystemView when asked by the host, it uses SYSVIEW
28
* functions to send the entire task list to the host.
29
* It is typically set to <code>pfSendTaskList</code> of the <code>SYSVIEW_X_OS_TraceAPI</code> structure.
30
};
31
*/
32
void
LLMJVM_MONITOR_SYSTEMVIEW_send_task_list(
void
);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
#endif //LLMJVM_MONITOR_SYSVIEW_H
Generated by
1.8.12