Skip to content

albert17/InterruptLatencyDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

InterruptLatencyDriver

InterruptLatencyDriver is a linux driver which measures the interrupt latency using the gpio.

Usage

Compile

Compile driver

Export KDIR variable with the kernel path

$ export KDIR=/path/to/kernel-source

Export CC variable with the compiler path

$ export CC=/path/to/compiler

Compile the module

$ cd src/driver
$ make

Compile example

Export LINARO variable with the compiler path

$ export LINARO=/path/to/compiler

Compile the example

$ cd src/example
$ make

Execute

Load the module.

$ insmod measure

Execute the application.

$ ./main

Platform

This software has been tested is the following platforms:

  • Beaglebone + Linux kernel(3.8.13-rt)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published