Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8f4eaf9
refactor: use factory for easier config passing
iansseijelly Jan 30, 2026
9674077
refactor: update configuration for receivers and remove unused compon…
iansseijelly Jan 30, 2026
0446a71
mov: more receivers like stack and bb(vbb)
iansseijelly Jan 30, 2026
78c2ad0
add: move path profile to new API
iansseijelly Jan 31, 2026
9390835
refactor: move things around, done refactoring
iansseijelly Jan 31, 2026
f60898e
fix: minor minor fixes
iansseijelly Feb 4, 2026
97b06ff
add: a helper for plotting a distribution
iansseijelly Feb 4, 2026
1b7aca6
refactor: update configuration json structure
iansseijelly Feb 4, 2026
3b9392b
stage: a tc emulation receiver
iansseijelly Feb 23, 2026
b96762c
add: mod tc emulation receiver
iansseijelly Feb 23, 2026
f0ecc5d
add: a little error handler for failed symbol index loading
iansseijelly Feb 23, 2026
b14e668
add: updated the linux process lifecycle benchmark config, formatted …
iansseijelly Feb 23, 2026
7eb0ed9
refactor: reorganized the script directory for tidyness
iansseijelly Feb 23, 2026
bfeab47
refactor: formatted everything
iansseijelly Feb 23, 2026
0d07df3
feat: completed tc and cyc emulation receiver for BB level granularity
iansseijelly Feb 23, 2026
b8eede9
fmt: minor formatting
iansseijelly Feb 23, 2026
798daaa
fix: minor formating
iansseijelly Feb 24, 2026
aedd8a6
feat: rename to TC and CYC BB emulation receivers and use csv instead…
iansseijelly Feb 25, 2026
a9cbc47
refactor: reorganized the receivers
iansseijelly Feb 26, 2026
0c14a07
stage: func emulation, trying a different implementation
iansseijelly Feb 27, 2026
2ee6c03
fix: scan for all executable sections for machine mode binary as well
iansseijelly Mar 5, 2026
1169eab
stash: minor changes to the emulation receivers
iansseijelly Mar 16, 2026
decdc1d
fix: tweak the configs a bit
iansseijelly Mar 16, 2026
0ab85ff
add: staging everything
iansseijelly Apr 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ target-rust-analyzer/
*.log
*.speedscope.json
*.csv

*.png
*.sqlite.db*
Loading