Refactoring

Removed if statement where not needed,like eg.

	if isinstance(n, LocalTimerNoise):
		return True
	else:
		return False

with a direct:

isinstance(n, LocalTimerNoise)

Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
1 file changed
tree: b1597f383ab9206bd6b0d96171582346864218ec
  1. Makefile
  2. noise_parse.py
  3. README
  4. run
  5. trace.1.example
  6. user_loop.c