Skip to content

Commit

Permalink
add default value for event inherit attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
zilzho01 committed Jul 2, 2024
1 parent c03ba81 commit f3106dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectors/perf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct event {
bool booker_ci; // default is false
bool cspmu;
std::string device; // default is ""
uint32_t inherited;
uint32_t inherited; // default is 1
};

class event_context
Expand Down

0 comments on commit f3106dc

Please sign in to comment.