Archive for December 7, 2009

FudCon Success – Systemtap meets Python

At FudCon, David Malcolm, Jon VanAlten, Will Cohen and I sat down, had some fun and made tracing python methods through systemtap possible: 0 python(20122): => search_function in Lib/encodings/__init__.py:71 15 python(20122):  => normalize_encoding in Lib/encodings/__init__.py:49 37 python(20122):  <= normalize_encoding 170 python(20122):  => <module> in Lib/encodings/utf_8.py:8 193 python(20122):   => IncrementalEncoder in Lib/encodings/utf_8.py:18 206 python(20122):   <= IncrementalEncoder […]