Skip to content

Commit

Permalink
Merge pull request microsoft#1163 from brianrob/eventsource
Browse files Browse the repository at this point in the history
Make EventSources Consumable from perfcollect
  • Loading branch information
brianrob authored Apr 21, 2020
2 parents 991618f + bdca8fe commit a5d33b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/perfcollect/perfcollect
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@ declare -a DotNETRuntimePrivate_DynamicTypeUsageKeyword=(
DotNETRuntimePrivate:ObjectVariantMarshallingToManaged
)

declare -a EventSource=(
DotNETRuntime:EventSource
)

declare -a LTTng_Kernel_ProcessLifetimeKeyword=(
sched_process_exec
sched_process_exit
Expand Down

0 comments on commit a5d33b3

Please sign in to comment.