File: ktrace.h

package info (click to toggle)
kde-dev-utils 4%3A16.08.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 246
  • sloc: cpp: 1,295; ansic: 1,040; sh: 10; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#ifndef _KTRACE_H
#define _KTRACE_H

extern "C" {
/* Activate a standard collection of tracing hooks.  */
extern void ktrace (void);
extern void kuntrace (void);
}

#endif /* ktrace.h */