File: probe_error.h

package info (click to toggle)
dtrace 2.0.5-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 24,408 kB
  • sloc: ansic: 61,247; sh: 17,997; asm: 1,717; lex: 947; awk: 754; yacc: 695; perl: 37; sed: 17; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2021, 2024, Oracle and/or its affiliates.
 */
#ifndef BPF_PROBE_ERRROR_H
#define BPF_PROBE_ERRROR_H

#include <stdint.h>
#include <dt_dctx.h>

extern void dt_probe_error(const dt_dctx_t *dctx, uint64_t pc, uint64_t fault,
			   uint64_t illval);

#endif /* BPF_PROBE_ERRROR_H */