summaryrefslogtreecommitdiffstats
path: root/pcilib
Commit message (Collapse)AuthorAgeFilesLines
...
| * modified version to include future functionszilio nicolas2015-07-032-6/+369
| |
| * registers and banks support in xml v1. pci -ll works fine, but got segfault ↵zilio nicolas2015-07-016-4/+923
|/ | | | on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren
* Keep C++ compilers happySuren A. Chilingaryan2015-06-2214-1/+116
|
* Integration of software registersSuren A. Chilingaryan2015-06-196-4/+13
|\
| * new version of software_registerszilio nicolas2015-06-182-2/+2
| |
| * ready to run testszilio nicolas2015-06-151-0/+1
| |
| * some modificationszilio nicolas2015-06-123-3/+11
|/
* Prevent excessive calling of getenv by debugging code for better performanceSuren A. Chilingaryan2015-05-085-9/+40
|
* Provide PCIe link information in pcilibSuren A. Chilingaryan2015-05-072-3/+122
|
* Add fields reporting consumed buffers and space to the dma_engine_status and ↵Suren A. Chilingaryan2015-05-061-0/+1
| | | | provide better ipedma benchmarking
* Support pcilib_log_once callsSuren A. Chilingaryan2015-05-064-9/+52
|
* Fix segmentation fault if requested register is not foundSuren A. Chilingaryan2015-05-051-2/+2
|
* Split bar manipulation and fifo operations in stand-alone source and publish ↵Suren A. Chilingaryan2015-05-057-213/+273
| | | | kmem and bar headers
* Fix typos in versioning codeSuren A. Chilingaryan2015-05-033-5/+13
|
* Prevent double-free of pcilib context when open failsSuren A. Chilingaryan2015-05-031-4/+0
|
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-028-5/+30
|
* Provide data debugging APISuren A. Chilingaryan2015-05-023-6/+93
|
* Add code to debug missing events while recordingSuren A. Chilingaryan2015-04-301-0/+8
|
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-306-7/+54
|
* Create dummy register contextSuren A. Chilingaryan2015-04-294-10/+20
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-295-22/+51
|
* Check event interface version for pluginsSuren A. Chilingaryan2015-04-281-1/+11
|
* Report selected modelSuren A. Chilingaryan2015-04-281-1/+4
|
* Initial support for event enginesSuren A. Chilingaryan2015-04-2810-37/+206
|
* Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan2015-04-279-13/+25
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-2425-0/+3603