/******************************************************************************
 * Copyright (c) Huawei Technologies Co., Ltd. 2024. All rights reserved.
 * libkperf licensed under the Mulan PSL v2.
 * You can use this software according to the terms and conditions of the Mulan PSL v2.
 * You may obtain a copy of Mulan PSL v2 at:
 *     http://license.coscl.org.cn/MulanPSL2
 * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
 * PURPOSE.
 * See the Mulan PSL v2 for more details.
 * Author: Mr.Gan
 * Create: 2024-04-03
 * Description: global error codes of perf.so
 ******************************************************************************/
#ifndef PCERRC_H
#define PCERRC_H
#ifdef __cplusplus
extern "C" {
#endif
// default code
#define SUCCESS 0
#define COMMON_ERR_NOMEM 1  // not enough memory
#define COMMON_ERR_WRITE 2

// libsym 100-1000
#define LIBSYM_ERR_BASE 100
#define LIBSYM_ERR_KALLSYMS_INVALID LIBSYM_ERR_BASE
#define LIBSYM_ERR_DWARF_FORMAT_FAILED 101
#define LIBSYM_ERR_ELFIN_FOMAT_FAILED 102
#define LIBSYM_ERR_OPEN_FILE_FAILED 103
#define LIBSYM_ERR_NOT_FIND_PID 104
#define LIBSYM_ERR_MAP_ADDR_MODULE_FAILED 105
#define LIBSYM_ERR_MAP_KERNAL_ADDR_FAILED 106
#define LIBSYM_ERR_PARAM_PID_INVALID 107
#define LIBSYM_ERR_STRCPY_OPERATE_FAILED 108
#define LIBSYM_ERR_SNPRINF_OPERATE_FAILED 109
#define LIBSYM_ERR_MAP_CODE_KERNEL_NOT_SUPPORT 110
#define LIBSYM_ERR_MAP_CODE_FIND_ELF_FAILED 111
#define LIBSYM_ERR_CMD_OPERATE_FAILED 112
#define LIBSYM_ERR_FILE_NOT_RGE 113
#define LIBSYM_ERR_START_SMALLER_END 114
#define LIBSYM_ERR_STOUL_OPERATE_FAILED 115
#define LIBSYM_ERR_FILE_INVALID 116
#define LIBSYM_ERR_READ_BUILDID 117
#define LIBSYM_ERR_BUILDID_TOO_LONG 118
#define LIBSYM_ERR_ASM_RESOLVE_FAILED 119
// libperf 1000-3000
#define LIBPERF_ERR_NO_AVAIL_PD 1000
#define LIBPERF_ERR_CHIP_TYPE_INVALID 1001
#define LIBPERF_ERR_FAIL_LISTEN_PROC 1002
#define LIBPERF_ERR_INVALID_CPULIST 1003
#define LIBPERF_ERR_INVALID_PIDLIST 1004
#define LIBPERF_ERR_INVALID_EVTLIST 1005
#define LIBPERF_ERR_INVALID_PD 1006
#define LIBPERF_ERR_INVALID_EVENT 1007
#define LIBPERF_ERR_SPE_UNAVAIL 1008
#define LIBPERF_ERR_FAIL_GET_CPU 1009
#define LIBPERF_ERR_FAIL_GET_PROC 1010
#define LIBPERF_ERR_NO_PERMISSION 1011
#define LIBPERF_ERR_DEVICE_BUSY 1012
#define LIBPERF_ERR_DEVICE_INVAL 1013
#define LIBPERF_ERR_FAIL_MMAP 1014
#define LIBPERF_ERR_FAIL_RESOLVE_MODULE 1015
#define LIBPERF_ERR_KERNEL_NOT_SUPPORT 1016
#define LIBPERF_ERR_INVALID_METRIC_TYPE 1017
#define LIBPERF_ERR_INVALID_PID 1018
#define LIBPERF_ERR_INVALID_TASK_TYPE 1019
#define LIBPERF_ERR_INVALID_TIME 1020
#define LIBPERF_ERR_NO_PROC 1021
#define LIBPERF_ERR_TOO_MANY_FD 1022
#define LIBPERF_ERR_RAISE_FD 1023
#define LIBPERF_ERR_INVALID_PMU_DATA 1024
#define LIBPERF_ERR_FAILED_PMU_ENABLE 1025
#define LIBPERF_ERR_FAILED_PMU_DISABLE 1026
#define LIBPERF_ERR_FAILED_PMU_RESET 1027
#define LIBPERF_ERR_NOT_OPENED 1028
#define LIBPERF_ERR_QUERY_EVENT_TYPE_INVALID 1029
#define LIBPERF_ERR_QUERY_EVENT_LIST_FAILED 1030
#define LIBPERF_ERR_PATH_INACCESSIBLE 1031
#define LIBPERF_ERR_INVALID_SAMPLE_RATE 1032
#define LIBPERF_ERR_INVALID_FIELD_ARGS 1033
#define LIBPERF_ERR_FIND_FIELD_LOSS 1034
#define LIBPERF_ERR_COUNT_OVERFLOW 1035
#define LIBPERF_ERR_INVALID_GROUP_SPE 1036
#define LIBPERF_ERR_INVALID_GROUP_ALL_UNCORE 1037
#define LIBPERF_ERR_INVALID_TRACE_TYPE 1038
#define LIBPERF_ERR_INVALID_SYSCALL_FUN 1039
#define LIBPERF_ERR_QUERY_SYSCALL_LIST_FAILED 1040
#define LIBPERF_ERR_OPEN_SYSCALL_HEADER_FAILED 1041
#define LIBPERF_ERR_INVALID_BRANCH_SAMPLE_FILTER 1042
#define LIBPERF_ERR_BRANCH_JUST_SUPPORT_SAMPLING 1043
#define LIBPERF_ERR_RESET_FD 1044
#define LIBPERF_ERR_SET_FD_RDONLY_NONBLOCK 1045
#define LIBPERF_ERR_NOT_SUPPORT_CONFIG_EVENT 1046
#define LIBPERF_ERR_INVALID_BLOCKED_SAMPLE 1047
#define LIBPERF_ERR_NOT_SUPPORT_GROUP_EVENT 1048
#define LIBPERF_ERR_NOT_SUPPORT_SYSTEM_SAMPLE 1049
#define LIBPERF_ERR_INVALID_PMU_DEVICES_METRIC 1050
#define LIBPERF_ERR_INVALID_PMU_DEVICES_BDF 1051
#define LIBPERF_ERR_OPEN_INVALID_FILE 1052
#define LIBPERF_ERR_INVALID_BDF_VALUE 1053
#define LIBPERF_ERR_NOT_SUPPORT_PCIE_BDF 1054
#define LIBPERF_ERR_NOT_SUPPORT_SMMU_BDF 1055
#define LIBPERF_ERR_INVALID_IOSMMU_DIR 1056
#define LIBPERF_ERR_INVALID_SMMU_NAME 1057
#define LIBPERF_ERR_NOT_SUPPORT_PCIE_COUNTING 1058
#define LIBPERF_ERR_OPEN_PCI_FILE_FAILD 1059
#define LIBPERF_ERR_INVALID_MTRIC_PARAM 1060
#define LIBPERF_ERR_PMU_DEVICES_NULL 1061
#define LIBPERF_ERR_CPUFREQ_NOT_CONFIG 1062
#define LIBPERF_ERR_CLUSTER_ID_OVERSIZE 1063
#define LIBPERF_ERR_INVALID_PMU_BDF_TYPE 1064
#define LIBPERF_ERR_INTERFACE_NOT_SUPPORT_X86 1065
#define LIBPERF_ERR_NOT_SUPPORT_METRIC 1066
#define LIBPERF_ERR_INVALID_CPU_FREQ_PERIOD 1067
#define LIBPERF_ERR_PMU_DATA_NO_FOUND 1068
#define LIBPERF_ERR_INVALID_CGROUP_LIST 1069
#define LIBPERF_ERR_NOT_SUPPORT_PMU_FILE 1070
#define LIBPERF_ERR_INVALID_PMU_FILE 1071
#define LIBPERF_ERR_NOT_SUPPORT_PCIE_PORT 1072
#define LIBPERF_ERR_INVALID_EVTATTR 1073
#define LIBPERF_ERR_COUNT_MMAP_IS_NULL 1074
#define LIBPERF_ERR_ENABLE_USER_ACCESS_FAILED 1075
#define LIBPERF_ERR_ALLOCATE_REGISTER_FAILED 1076
#define LIBPERF_ERR_CHECK_USER_ACCESS 1077
#define LIBPERF_ERR_COUNTER_INDEX_IS_ZERO 1078
#define LIBPERF_ERR_BPF_ACT_FAILED 1079
#define LIBPERF_ERR_INVALID_BPF_PARAM 1080
#define LIBPERF_ERR_NULL_POINTER 1081
#define LIBPERF_ERR_BUFFER_CORRUPTED 1082
#define LIBPERF_ERR_NOT_SUPPORT_HWMETRIC 1083
#define LIBPERF_ERR_INVALID_HWMETRIC_ATTR 1084
#define LIBPERF_ERR_INVALID_MIN_LATENCY 1085
#define LIBPERF_ERR_INVALID_EVT_FILTER 1086
#define LIBPERF_ERR_INVALID_DATA_FILTER 1087
#define LIBPERF_ERR_NOT_SUPPORT_EXEC_ON 1088
#define LIBPERF_ERR_NOT_SUPPORT_PER_THREAD 1089
#define LIBPERF_ERR_UTRACE_ELF_SCAN_FAILED 1090
#define LIBPERF_ERR_UTRACE_PROBE_REGISTER_FAILED 1091
#define LIBPERF_ERR_LBR_DRIVER_INVALID 1092
#define LIBPERF_ERR_UTRACE_JAVA_PROCESS_FAILED 1093

#define UNKNOWN_ERROR 9999

// libsym warning code
#define LIBSYM_WARN_LOAD_DWARF_FAILED 100

// libperf warning code
#define LIBPERF_WARN_CTXID_LOST 1000
#define LIBPERF_WARN_FAIL_GET_PROC 1001
#define LIBPERF_WARN_INVALID_GROUP_HAS_UNCORE 1002
#define LIBPERF_WARN_PCIE_BIOS_NOT_NEWEST 1003
#define LIBPERF_WARN_INVALID_SMMU_BDF 1004
#define LIBPERF_WARN_UTRACE_ELF_SCAN_FAILED 1005
#define LIBPERF_WARN_LBR_DRIVER_START_FAILED 1006

/**
* @brief Obtaining error codes
*/
int Perrorno();

/**
* @brief Obtaining Error Information
*/
const char* Perror();

/**.
 * @brief Get warning codes
*/
int GetWarn();

/**
 * @brief Get warning message.
*/
const char* GetWarnMsg();

#ifdef __cplusplus
}
#endif
#endif