-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: intel/tbtools
base: v0.5.0
head repository: intel/tbtools
compare: v0.6.0
- 16 commits
- 11 files changed
- 3 contributors
Commits on Feb 24, 2025
-
trace: Handle task names with hyphens properly
Turns out task names may have '-' in their name such as "pool-/usr/libex-3015" as reported by Naama. Update parse_task() and parse_pid() regexes to handle this properly and add unit test so we can catch this. Reported-by: Naama Shachar <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14066ba - Browse repository at this point
Copy the full SHA 14066baView commit details -
lib: Fix new clippy 'operator precedence can trip the unwary' warnings
There is a new clippy warning when building with the latest Rust. Fix these. Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4cf20b - Browse repository at this point
Copy the full SHA c4cf20bView commit details
Commits on Mar 3, 2025
-
control: Add DP Config Changed ICM message
Enable tracing of DP Configuration Changed message sent by firmware connection manager. Signed-off-by: Alan Borzeszkowski <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bc848b - Browse repository at this point
Copy the full SHA 4bc848bView commit details
Commits on Mar 17, 2025
-
device/trace: Add JSON serialization support for Entry and the associ…
…ated structures We are going to pass JSON representation of the trace entry data to the HTML generation JavaScript so take advantage of serde's facilities to get the Entry and the associated structures automatically serialized. Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9f36ba - Browse repository at this point
Copy the full SHA b9f36baView commit details -
tbtrace: Add support for HTML trace generation
This adds tbtrace support for generating HTML reports by passing '--html' or '-H' parameter. This has full power of JavaScript so filtering etc. is quite simple. Currently only support filtering based on domain and route string but we may want to add more in the future. Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a724b9 - Browse repository at this point
Copy the full SHA 1a724b9View commit details
Commits on Mar 18, 2025
-
tbtrace: Make the HTML report headers sticky
This one makes it easier to see which column is which. Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a72b14 - Browse repository at this point
Copy the full SHA 6a72b14View commit details -
tbtrace: Pass adapter number as String to details JSON
This allows it to be extracted later with .as_str(). Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f21564 - Browse repository at this point
Copy the full SHA 7f21564View commit details
Commits on Mar 20, 2025
-
tbman: Update Adapter and Path views on device event
Make Adapter and Path views in tbman refresh automatically whenever device event is detected. This way the user does not need to press F5 everytime an event in the domain is detected to update the two views. Signed-off-by: Alan Borzeszkowski <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 844d748 - Browse repository at this point
Copy the full SHA 844d748View commit details
Commits on Apr 10, 2025
-
tbdump: Use unwrap_or_else() for error handling
This makes it look better. No functional changes. Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d914b5 - Browse repository at this point
Copy the full SHA 8d914b5View commit details -
monitor: Correct new clippy warning
Latest clippy reported: "doc list item overindented". Fix this. Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 530673e - Browse repository at this point
Copy the full SHA 530673eView commit details -
build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.15. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.13...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c51718 - Browse repository at this point
Copy the full SHA 3c51718View commit details -
Merge pull request #5 from intel/dependabot/cargo/crossbeam-channel-0…
….5.15 build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15
Configuration menu - View commit details
-
Copy full SHA for 361c4a3 - Browse repository at this point
Copy the full SHA 361c4a3View commit details
Commits on May 12, 2025
-
util: Add current_system_timestamp()
This function provides current system timestamp as Timeval, counting since system boot time. Analogous to dmesg. Signed-off-by: Alan Borzeszkowski <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29aba70 - Browse repository at this point
Copy the full SHA 29aba70View commit details -
monitor: Add support for driver events
Introduce uevent handler that retrieves additional uevent data from the kernel driver if present and makes it available for any callers through the monitor. Signed-off-by: Alan Borzeszkowski <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02ae128 - Browse repository at this point
Copy the full SHA 02ae128View commit details -
tbman: Add support for driver events
Make tbman process received events from the driver and display their data in a new dialog with selectable entries, displayed as a list. This new dialog can be accessed by pressing 'F11'. Signed-off-by: Alan Borzeszkowski <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3bfba6 - Browse repository at this point
Copy the full SHA b3bfba6View commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b0c2664 - Browse repository at this point
Copy the full SHA b0c2664View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.0...v0.6.0