This file is indexed.

/usr/include/eztrace_types.h is in libeztrace-dev 1.1-7-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- c-file-style: "GNU" -*- */
/*
 * Copyright (C) CNRS, INRIA, Universite Bordeaux 1, Telecom SudParis
 * See COPYING in top-level directory.
 */

#ifndef EZTRACE_TYPES_H
#define EZTRACE_TYPES_H

/* This header contains the data types that are used by both eztrace and
 * eztrace_convert/eztrace_stats
 */

/* application pointer. This pointer is invalid in the current
 * process, but its value corresponds to an object in the
 * application.
 */
typedef intptr_t app_ptr;


#endif/* EZTRACE_TYPES_H */