|
|
5c5f9f0f1a
|
Use int64_t to represent the offset
Using size_t causes undefined behavior when the number is negative.
|
2023-04-05 12:47:36 +02:00 |
|
|
|
266b1638d4
|
Count the number of physical CPUs too
|
2023-03-24 12:08:45 +00:00 |
|
|
|
2c09e40c44
|
Use info() for information messages
Prefix err() messages with "ERROR:" too.
|
2023-03-24 12:08:45 +00:00 |
|
|
|
ddbb7dd9f4
|
Add include-what-you-use
Adds forwards declarations in headers and includes all headers in
sources, even if they are found by transitive includes.
|
2023-03-24 12:08:45 +00:00 |
|
|
|
f22d9084ba
|
Ensure all looms have at least one CPU
|
2023-03-24 12:08:45 +00:00 |
|
|
|
3d957f444c
|
Only ignore clock table on ENOENT
|
2023-03-24 12:08:45 +00:00 |
|
|
|
648411c686
|
Remove trailing new line in err() and die()
|
2023-03-24 12:08:45 +00:00 |
|
|
|
5a03fd49e9
|
Remove function prefix from err()
|
2023-03-24 12:08:45 +00:00 |
|
|
|
eaafd916be
|
Fix wrong malloc error message
|
2023-03-24 12:08:45 +00:00 |
|
|
|
dc2a016c6b
|
Add missing checks of return value
|
2023-03-24 12:08:45 +00:00 |
|
|
|
8bf5d8c571
|
Fail gracefully when a unknown stream is found
|
2023-03-24 12:08:45 +00:00 |
|
|
|
0eb88af4b9
|
Use the CPU phyid for the name only
The logical index is used to change the affinity of the threads.
|
2023-03-24 12:08:45 +00:00 |
|
|
|
4f49289bf5
|
Use warn() for warnings
|
2023-03-24 12:08:45 +00:00 |
|
|
|
2eac823014
|
Add missing PCF thread types
|
2023-03-24 12:08:45 +00:00 |
|
|
|
7ba810fd4a
|
Set the thread->proc in proc_add_thread()
|
2023-03-24 12:08:45 +00:00 |
|
|
|
99fe0c4311
|
Add support for paraver row files
|
2023-03-24 12:08:45 +00:00 |
|
|
|
dbea90f525
|
Fail if the streams clock is too far apart
The current gate is set to 1 hour and it only checks the first event in
the stream. Added a test too.
|
2023-03-24 12:08:45 +00:00 |
|
|
|
8ed9063488
|
Remove emu prefix from trace and stream
|
2023-03-24 12:08:45 +00:00 |
|
|
|
cc5582c493
|
Split nanos6 model into separate files
|
2023-03-24 12:08:45 +00:00 |
|
|
|
524ccc4dd5
|
Begin porting nanos6 model
|
2023-03-24 12:08:45 +00:00 |
|
|
|
04029995be
|
Begin porting the ovni model
|
2023-03-24 12:08:45 +00:00 |
|
|
|
12bfd3fe26
|
Add loom and proc
|
2023-03-24 12:08:45 +00:00 |
|