Skip to content

Move .NET Core unmanaged profiling APIs to "core" folder #37206

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

Merged
merged 13 commits into from
Sep 23, 2023

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Sep 21, 2023

  • Move unmanaged API ref for .NET Core profiling to /core folder.
  • Update "advanced programming" index page with card for .NET Core unmanaged APIs for debugging/profiling.
  • Delete unnecessary include files
  • TOC casing work
  • Delete (and combine) two very small TOCs under /framework/unmanaged-api

Fixes #31027


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/unmanaged-api/profiling/cor-prf-event-data-structure.md COR_PRF_EVENT_DATA structure
docs/core/unmanaged-api/profiling/cor-prf-eventpipe-level-enumeration.md "COR_PRF_EVENTPIPE_LEVEL Enumeration"
docs/core/unmanaged-api/profiling/cor-prf-eventpipe-param-desc-structure.md COR_PRF_EVENTPIPE_PARAM_DESC structure
docs/core/unmanaged-api/profiling/cor-prf-eventpipe-param-type-enumeration.md docs/core/unmanaged-api/profiling/cor-prf-eventpipe-param-type-enumeration
docs/core/unmanaged-api/profiling/cor-prf-eventpipe-provider-config-structure.md COR_PRF_EVENTPIPE_PROVIDER_CONFIG structure
docs/core/unmanaged-api/profiling/cor-prf-handle-type-enumeration.md "COR_PRF_HANDLE_TYPE Enumeration"
docs/core/unmanaged-api/profiling/cor-prf-rejit-flags-enumeration.md COR_PRF_REJIT_FLAGS enumeration
docs/core/unmanaged-api/profiling/icorprofilercallback10-eventpipeeventdelivered-method.md docs/core/unmanaged-api/profiling/icorprofilercallback10-eventpipeeventdelivered-method
docs/core/unmanaged-api/profiling/icorprofilercallback10-eventpipeprovidercreated-method.md ICorProfilerCallback10::EventPipeProviderCreated method
docs/core/unmanaged-api/profiling/icorprofilercallback10-interface.md "ICorProfilerCallback10 Interface"
docs/core/unmanaged-api/profiling/icorprofilerinfo10-enumerateobjectreferences-method.md ICorProfilerInfo10::EnumerateObjectReferences method
docs/core/unmanaged-api/profiling/icorprofilerinfo10-interface.md docs/core/unmanaged-api/profiling/icorprofilerinfo10-interface
docs/core/unmanaged-api/profiling/icorprofilerinfo10-requestrejitwithinliners-method.md ICorProfilerInfo10::RequestReJITWithInliners method
docs/core/unmanaged-api/profiling/icorprofilerinfo11-getenvironmentvariable-method.md "ICorProfilerInfo11::GetEnvironmentVariable Method"
docs/core/unmanaged-api/profiling/icorprofilerinfo11-interface.md ICorProfilerInfo11 interface
docs/core/unmanaged-api/profiling/icorprofilerinfo11-setenvironmentvariable-method.md ICorProfilerInfo11::SetEnvironmentVariable method
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipeaddprovidertosession-method.md docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipeaddprovidertosession-method
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipecreateprovider-method.md ICorProfilerInfo12::EventPipeCreateProvider method
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipedefineevent-method.md "ICorProfilerInfo12::EventPipeDefineEvent Method"
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipegetproviderinfo-method.md ICorProfilerInfo12::EventPipeGetProviderInfo method
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipestartsession-method.md docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipestartsession-method
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipestopsession-method.md ICorProfilerInfo12::EventPipeStopSession method
docs/core/unmanaged-api/profiling/icorprofilerinfo12-eventpipewriteevent-method.md "ICorProfilerInfo12::EventPipeWriteEvent Method"
docs/core/unmanaged-api/profiling/icorprofilerinfo12-interface.md ICorProfilerInfo12 interface
docs/core/unmanaged-api/profiling/icorprofilerinfo13-createhandle-method.md ICorProfilerInfo13::CreateHandle method
docs/core/unmanaged-api/profiling/icorprofilerinfo13-destroyhandle-method.md docs/core/unmanaged-api/profiling/icorprofilerinfo13-destroyhandle-method
docs/core/unmanaged-api/profiling/icorprofilerinfo13-getobjectidfromhandle-method.md ICorProfilerInfo13::GetObjectIDFromHandle method
docs/core/unmanaged-api/profiling/icorprofilerinfo13-interface.md "ICorProfilerInfo13 Interface"
docs/core/unmanaged-api/profiling/icorprofilerinfo9-getcodeinfo4-method.md ICorProfilerInfo9::GetCodeInfo4 method
docs/core/unmanaged-api/profiling/icorprofilerinfo9-getiltonativemapping3-method.md docs/core/unmanaged-api/profiling/icorprofilerinfo9-getiltonativemapping3-method

Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

@gewarren gewarren changed the title Move unmanaged profiling APIs to /core folder Move .NET Core unmanaged profiling APIs to "core" folder Sep 21, 2023
@gewarren gewarren marked this pull request as ready for review September 22, 2023 01:07
@gewarren gewarren requested a review from a team as a code owner September 22, 2023 01:07
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

This LGTM @gewarren

I browsed the changes, and looked at the previews.

Let's :shipit:

@gewarren gewarren merged commit d76373e into dotnet:main Sep 23, 2023
@gewarren gewarren deleted the unmanaged-profiling branch September 23, 2023 00:46
IEvangelist pushed a commit to IEvangelist/docs that referenced this pull request Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move unmanaged API ref docs out of framework folder
3 participants