Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6368a1f4 authored by Robert Richter's avatar Robert Richter
Browse files

oprofile: making add_sample_entry() inline

parent 8350c787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ static void add_ibs_begin(int cpu, int code, struct mm_struct *mm)

#endif

static void add_sample_entry(unsigned long offset, unsigned long event)
static inline void add_sample_entry(unsigned long offset, unsigned long event)
{
	add_event_entry(offset);
	add_event_entry(event);