#include <crm/common/output_internal.h>
#include <crm/pengine/pe_types.h>
#include <pcmki/pcmki_transition.h>
#include <crm/cib.h>
#include <pacemaker.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
|
| void | pcmk__profile_dir (const char *dir, long long repeat, pe_working_set_t *data_set, const char *use_date) |
| |
| enum pcmk__graph_status | pcmk__simulate_transition (pe_working_set_t *data_set, cib_t *cib, const GList *op_fail_list) |
| |
| int | pcmk__simulate (pe_working_set_t *data_set, pcmk__output_t *out, const pcmk_injections_t *injections, unsigned int flags, uint32_t section_opts, const char *use_date, const char *input_file, const char *graph_file, const char *dot_file) |
| |
◆ pcmk__profile_dir()
| void pcmk__profile_dir |
( |
const char * |
dir, |
|
|
long long |
repeat, |
|
|
pe_working_set_t * |
data_set, |
|
|
const char * |
use_date |
|
) |
| |
◆ pcmk__simulate()
| int pcmk__simulate |
( |
pe_working_set_t * |
data_set, |
|
|
pcmk__output_t * |
out, |
|
|
const pcmk_injections_t * |
injections, |
|
|
unsigned int |
flags, |
|
|
uint32_t |
section_opts, |
|
|
const char * |
use_date, |
|
|
const char * |
input_file, |
|
|
const char * |
graph_file, |
|
|
const char * |
dot_file |
|
) |
| |
◆ pcmk__simulate_transition()
◆ pcmk__simulate_node_config
| bool pcmk__simulate_node_config |
|
extern |