summaryrefslogtreecommitdiffstats
path: root/pcitool/cli.c
Commit message (Collapse)AuthorAgeFilesLines
* registers and banks support in xml v1. pci -ll works fine, but got segfault ↵zilio nicolas2015-07-011-1/+10
| | | | on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren
* Execute all operations on kernel_memory using plain pci model to avoid extra ↵Suren A. Chilingaryan2015-06-191-0/+4
| | | | references
* Provide PCIe link information in pcilibSuren A. Chilingaryan2015-05-071-2/+10
|
* In pcitool try tocquire real-time performance for DMA and grabbing operationsSuren A. Chilingaryan2015-05-061-1/+19
|
* Support gen3 DMA engine and provide work-arround for hardware mishandling ↵Suren A. Chilingaryan2015-05-051-1/+1
| | | | last_descriptor_read register
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-021-2/+8
|
* Add code to debug missing events while recordingSuren A. Chilingaryan2015-04-301-4/+18
|
* Set error in exit status if no data returned by DMA engineSuren A. Chilingaryan2015-04-291-4/+7
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-291-12/+26
|
* Fix counting lost framesSuren A. Chilingaryan2015-04-281-3/+6
|
* Better formatting of model outputSuren A. Chilingaryan2015-04-281-8/+7
|
* Report selected modelSuren A. Chilingaryan2015-04-281-1/+1
|
* Initial support for event enginesSuren A. Chilingaryan2015-04-281-0/+49
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-241-0/+3110