Skip to content

Instantly share code, notes, and snippets.

View derkling's full-sized avatar

Patrick Bellasi derkling

View GitHub Profile
This file has been truncated, but you can view the full file.
version = 6
cpus=40
trace-cmd-29082 [026] 272742.565198: sched_switch: trace-cmd:29082 [120] x ==> swapper/26:0 [120]
<idle>-0 [006] 272742.565199: sched_switch: swapper/6:0 [120] R ==> sh:29081 [120]
<idle>-0 [007] 272742.565210: sched_switch: swapper/7:0 [120] R ==> rcuos/6:54 [120]
rcuos/6-54 [007] 272742.565213: sched_switch: rcuos/6:54 [120] S ==> swapper/7:0 [120]
sh-29081 [006] 272742.565256: sched_switch: sh:29081 [120] x ==> swapper/6:0 [120]
<idle>-0 [026] 272742.565258: sched_switch: swapper/26:0 [120] R ==> sudo:29080 [120]
<idle>-0 [009] 272742.565343: sched_switch: swapper/9:0 [120] R ==> in:imuxsock:655 [120]
<idle>-0 [000] 272742.565360: sched_switch: swapper/0:0 [120] R ==> rs:main Q:Reg:657 [120]
def __checkAvailableEvents(self):
for val in trappy.Run.get_filters(self.run):
obj = getattr(self.run, val)
if len(obj.data_frame):
self.available_events.append(val)
logging.debug('Events found on trace:')
for evt in self.available_events:
logging.debug(' - %s', evt)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
set nocompatible " be iMproved
filetype off " required!
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Vundle Plugins Configuration
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Available commands:
" :BundleList - list configured bundles
" :BundleInstall(!) - install(update) bundles
@derkling
derkling / stune_juno_rampL_integration.ipynb
Created January 27, 2017 17:24
SchedTune integration
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / cgroups_shares_juno2.ipynb
Created January 27, 2017 17:40
SchedTune v3 validation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / 20170623_SchedUtil_FlagsFixes_Report.ipynb
Last active June 23, 2017 14:41
20170623_SchedUtil_FlagsFixes_Report
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / PELT_Behaviors_and_DecayClamping.ipynb
Created August 22, 2017 14:37
Analysis of PELT behaviours and DecayClamping effects
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / UtilEst Validation.ipynb
Created February 7, 2018 10:21
LKML Estimate_Utilization (With UtilEst)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.