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

Instruction tracing #10

Merged
merged 34 commits into from
Nov 4, 2024
Merged

Conversation

lvb2000
Copy link
Contributor

@lvb2000 lvb2000 commented Oct 23, 2024

No description provided.

@lvb2000 lvb2000 changed the base branch from main to InstructionTracing October 23, 2024 14:32
ext/orbetto/meson.build Outdated Show resolved Hide resolved
Copy link
Collaborator

@niklaut niklaut left a comment

Choose a reason for hiding this comment

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

ext/orbetto/metrics/METRICS.md Show resolved Hide resolved
ext/orbetto/metrics/METRICS.md Show resolved Hide resolved
thread_name
FROM (
SELECT
ts - 35696370 AS ts,
Copy link
Collaborator

Choose a reason for hiding this comment

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

unclear why fixed offset

ext/orbetto/src/TRACE.md Show resolved Hide resolved
ext/orbetto/src/TRACE.md Show resolved Hide resolved
ext/orbetto/src/orbetto.cpp Show resolved Hide resolved
ext/orbetto/src/orbetto.cpp Show resolved Hide resolved
@@ -1095,6 +1212,9 @@ int main(int argc, char *argv[])
thread->set_tid(tid);
thread->set_tgid(PID_TSK);
}
auto *thread = process_tree->add_threads();
thread->set_tid(100);
thread->set_tgid(PID_TSK);
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is the bootloader thread which should be moved to the bottom

Mortrall::r->op.workingAddr += ( ic & LE_IC_4BYTE ) ? 4 : 2;
}
}
else if (ic & LE_IC_SYNC_BARRIER)
Copy link
Collaborator

Choose a reason for hiding this comment

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

optimize if else

Copy link
Collaborator

Choose a reason for hiding this comment

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

@niklaut niklaut deleted the branch Auterion:InstructionTracing November 4, 2024 19:37
@niklaut niklaut closed this Nov 4, 2024
@niklaut
Copy link
Collaborator

niklaut commented Nov 4, 2024

Ooops, clicked the wrong button… 🤦

@niklaut niklaut reopened this Nov 4, 2024
@niklaut niklaut merged commit 6c4931a into Auterion:InstructionTracing Nov 4, 2024
6 checks passed
niklaut pushed a commit that referenced this pull request Nov 4, 2024
niklaut pushed a commit that referenced this pull request Nov 4, 2024
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