File: debug-info.h

package info (click to toggle)
nvme-cli 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,664 kB
  • sloc: ansic: 80,727; sh: 2,257; python: 975; makefile: 70; ruby: 25
file content (21 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: MIT */
/*
 * Copyright (c) 2025 Solidigm.
 *
 * Author: leonardo.da.cunha@solidigm.com
 */

#ifndef SLDM_DEBUG_INFO_H
#define SLDM_DEBUG_INFO_H

#include "telemetry-log.h"
#include "util/json.h"

/**
 * Parse debug info data from telemetry log

 */
int sldm_debug_info_parse(struct telemetry_log *tl, uint32_t offset, uint32_t size,
			  struct json_object *output);

#endif /* SLDM_DEBUG_INFO_H */