File: tracker.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 (15 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: MIT */
/*
 * Copyright (c) 2025 Solidigm.
 *
 * Author: leonardo.da.cunha@solidigm.com
 */

#ifndef SOLIDIGM_TELEMETRY_TRACKER_H
#define SOLIDIGM_TELEMETRY_TRACKER_H

#include "telemetry-log.h"

void sldm_tracker_parse(struct telemetry_log *tl, uint32_t offset,
			uint32_t size, struct json_object *tracker_obj);
#endif  /* SOLIDIGM_TELEMETRY_TRACKER_H */