aboutsummaryrefslogtreecommitdiffstats
path: root/sys/perf.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-62/+0
|
* sys: add new perf attribute flagDmitry Vyukov2017-09-051-1/+1
|
* sys: improve perf_event_open descriptionDmitry Vyukov2016-11-161-7/+18
|
* sys: don't imply pointer indirection for string argumentsDmitry Vyukov2016-11-111-1/+1
| | | | | In preparation for extending string functionality and to make it less magical.
* sys: specify resources in text descriptionsDmitry Vyukov2016-08-271-10/+12
| | | | | | Currently to add a new resource one needs to modify multiple source files, which complicates descirption of new system calls. Move resource descriptions from source code to text desciptions.
* sys: use kernel headers instead of host headersDmitry Vyukov2016-01-221-4/+3
| | | | | | | | This solves several problems: - host usually have outdates headers, so previously we need to define missing consts - host may not have some headers at all - generation depends on linux distribution and version - some of the consts cannot be defined at all (e.g. ioctls that use struct arguments)
* sys: move more subsystems into separate filesDmitry Vyukov2015-12-281-0/+50