Skip to content

Commit d2d00d6

Browse files
committed
Added publications section to readme
1 parent a0a1d57 commit d2d00d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ PMCTrack is an open-source OS-oriented performance monitoring tool for GNU/Linux
22

33
Despite being an OS-oriented tool, PMCTrack still allows gathering PMC values from user space, enabling kernel developers to carry out the necessary offline analysis and debugging to assist them during the scheduler design process. In addition, the tool provides both the scheduler and the userspace PMCTrack components with other insightful metrics available in modern processors that are not directly exposed as PMCs, such as cache occupancy or energy consumption.
44

5-
<!--
65
[![Analytics](https://ga-beacon.appspot.com/UA-76163836-1/github-pmctrack/readme)](http://pmctrack.dacya.ucm.es)
7-
-->
86

97
## Project Contributors
108

@@ -19,6 +17,11 @@ Despite being an OS-oriented tool, PMCTrack still allows gathering PMC values fr
1917
* Sergio Sanchez Gordo
2018
* Sofia Dronda Merino
2119

20+
## Publications
21+
22+
23+
* Juan Carlos Saez, Jorge Casas, Abel Serrano, Roberto Rodríguez-Rodríguez, Fernando Castro, Daniel Chaver, Manuel Prieto-Matias. (2015) "An OS-Oriented Performance Monitoring Tool for Multicore Systems," _Euro-Par 2015 International Workshops: Revised Selected Papers_, pp. 697-709.
24+
2225
## System requirements
2326

2427
To support PMCTrack, a patched Linux kernel must be installed on the machine. A number of kernel patches for various Linux versions can be found in the `src/kernel-patches` directory. The name of each patch file encodes the Linux kernel version where the patch must be applied to as well as the processor architecture supported. The format is as follows:

0 commit comments

Comments
 (0)