Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Intel PT cases #204

Merged
merged 4 commits into from
Apr 19, 2024
Merged

Update Intel PT cases #204

merged 4 commits into from
Apr 19, 2024

Conversation

qwang59
Copy link
Contributor

@qwang59 qwang59 commented Mar 31, 2024

Add test description for each case
Add acronyms decode
Add 5 new cases which were running with perf tool
Fix 1 script bug for event trace case
Add 7 C program designed cases into tests

Add test description for each case
Add acronyms decode
Add 5 new cases which were running with perf tool
Fix 1 script bug for event trace case
Add 7 C program designed cases into tests

Signed-off-by: qwang59 <[email protected]>
pt/perf_tests.sh Outdated
do_cmd "perf script -D > $temp_log"
do_cmd "grep \"CYC 0x\" $temp_log"
##TODO will add more logic after confirming with Adrian
if [[ $(perf report -D | grep -c 'CYC 0x') -eq 0 ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indent ?

Update two PT cases after aligning with developer
1. non tnt case
2. cyc case

Signed-off-by: qwang59 <[email protected]>
Avoiding the event sample loss, change the buffer mode from
-m1, precise mode with fixed allocation to
-m step-wise mode with dynamic allocation

Signed-off-by: qwang59 <[email protected]>
Add new processor trace case: filter_kernel_test

Signed-off-by: qwang59 <[email protected]>
@ysun ysun merged commit f2d9af6 into intel:main Apr 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants