Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
trappy
/
957826a0f5991de2c9b31b32274361837aa4406e
957826a
ftrace: Disable caching by default
by Brendan Jackman
· 7 years ago
8a253f2
bare_trace: fix signature of generate_data_dict
by Michele Di Giorgio
· 7 years ago
e8632f1
Merge branch 'joelagnel-cache-corrupt-fix'
by KP Singh
· 7 years ago
96f1148
cache: Fix issue where single missing CSV deletes all
by Joel Fernandes
· 7 years ago
46660d4
Merge pull request #259 from joelagnel/trappy-cache-fixes
by Kapileshwar Singh
· 7 years ago
cd7f2e0
trappy/caching: Couple of fixes
by Joel Fernandes
· 7 years ago
180ba38
Merge branch 'joelagnel-for-unique-word-speedup'
by KP Singh
· 7 years ago
2a58727
trappy/ftrace: refactor getting class for unique word
by Joel Fernandes
· 7 years ago
1e326a1
trappy: optimize integer conversion in generate_data_dict
by Joel Fernandes
· 7 years ago
9bb52fa
trappy: skip empty array regex sub for common case
by Joel Fernandes
· 7 years ago
677e6e5
trappy: remove double check for unique word
by Joel Fernandes
· 7 years ago
634bcd3
Merge branch 'cobrien7-event-callbacks'
by KP Singh
· 7 years ago
c291667
Add support for trace event processing using callbacks
by Connor O'Brien
· 7 years ago
d84e541
Merge branch 'joelagnel-for-trappy-cache'
by KP Singh
· 7 years ago
878b9ac
tests: Caching tests
by Brendan Jackman
· 7 years ago
3fdf687
ftrace: Store and retrieve window params in trace cache
by Brendan Jackman
· 7 years ago
a19ff25
trappy: Speed up trappy by caching trace parsing
by Joel Fernandes
· 7 years ago
50610cb
Merge branch 'credp-remove_raw_trace'
by KP Singh
· 7 years ago
ff851bd
trappy/test: fix tests for removal of raw.txt trace parsing
by Chris Redpath
· 7 years ago
ef596e5
trappy/parsing: remove unnecessary raw flags from API and fix comments
by Chris Redpath
· 7 years ago
12c3570
trappy/ftrace: Raise an exception if attempting to parse .raw.txt files
by Chris Redpath
· 7 years ago
c10c721
trappy/ftrace: Stop generating trace.raw.txt
by Chris Redpath
· 7 years ago
b01c848
trappy/Parsing: Split trace class init into two phases
by Chris Redpath
· 7 years ago
55c3922
trappy/parsing: Ensure parse_raw is set for sched_switch events
by Chris Redpath
· 7 years ago
3b9f139
Merge branch 'joelagnel-systrace-line-test'
by KP Singh
· 7 years ago
609a57a
systrace: Store pid as int type
by Joel Fernandes
· 7 years ago
a740212
trappy: Fix systrace userspace parsing tests
by Joel Fernandes
· 7 years ago
a38f1d5
systrace: Fix broken regex
by Joel Fernandes
· 7 years ago
c32717c
tests: Add a test for line numbers in systrace
by Joel Fernandes
· 7 years ago
16ad8df
Merge branch 'derkling-add-ns-clock-support'
by KP Singh
· 7 years ago
8dcd961
trappy/ftrace: add support for boot clock timestamp
by Patrick Bellasi
· 7 years ago
5a8aec8
Merge branch 'joelagnel-for-line'
by KP Singh
· 7 years ago
6953b16
trappy/tests: Fix test for checking invalid line
by Joel Fernandes
· 7 years ago
ee6fb47
systrace: Make systrace reuse hasnt_started from base class
by Joel Fernandes
· 7 years ago
1954b37
trappy/tests: add a new test for new line number parsing
by Patrick Bellasi
· 7 years ago
658d4cc
trappy/ftrace: add a line number column
by Joel Fernandes
· 7 years ago
750f718
trappy/ftrace: add support to account line numbers
by Patrick Bellasi
· 7 years ago
663f104
trappy/ftrace: use special fileds RE to drive trace_hasnt_started
by Patrick Bellasi
· 7 years ago
a84dd23
Merge branch 'joelagnel-for-systrace-parsing' into fixit2
by KP Singh
· 7 years ago
ddc4d4f
trappy/systrace: Add test for parsing userspace events
by Joel Fernandes
· 7 years ago
071bbff
trappy: Handle the case for special events injected with tracing_mark_write
by Joel Fernandes
· 7 years ago
2e58198
trappy/systrace: Provide custom data string parsing
by Joel Fernandes
· 7 years ago
43bb103
trappy: Add tracing_mark_write as a new event
by Joel Fernandes
· 7 years ago
02c452e
trappy: Split out parsing of trace string into separate function
by Joel Fernandes
· 8 years ago
f375f3f
trappy/ftrace: Parse data string along with special fields
by Joel Fernandes
· 7 years ago
e565c7a
Merge pull request from bjackman/ftrace-error
by Javi Merino
· 7 years ago
b1b1c9e
ftrace: Improve error messages when failing to parse trace
by Brendan Jackman
· 8 years ago
19e5b0a
Merge pull request #246 from joelagnel/dfparser
by Javi Merino
· 7 years ago
87b1283
trappy: Improve performance of parser
by Joel Fernandes
· 8 years ago
b62379d
Merge pull request #244 from bjackman/signal-def-error-msg
by Kapileshwar Singh
· 8 years ago
15c5a1f
AbstractDataPlotter: Improve error message for bad signal def
by Brendan Jackman
· 8 years ago
3e3ba73
Merge pull request #242 from bjackman/master
by Javi Merino
· 8 years ago
207e543
travis-ci: Use IPython below v6.0.0 to avoid Python 3.3 requirement
by Brendan Jackman
· 8 years ago
55d45f7
Merge pull request #237 from bjackman/trace-field-equals-sign
by Javi Merino
· 8 years ago
214940f
base: Don't error on event field values containing '='
by Brendan Jackman
· 8 years ago
21860e9
Merge pull request #236 from bjackman/grammar-absent-events
by Javi Merino
· 8 years ago
fbbbd40
stats/grammar: Raise helpful error when asked to parse absent events
by Brendan Jackman
· 8 years ago
dd124aa
Merge pull request #235 from bjackman/grammar-error-no-parser
by Javi Merino
· 8 years ago
097407c
stats/grammar: Raise meaningful error when asked to parse bad event
by Brendan Jackman
· 8 years ago
5d488a4
Merge pull request #234 from bjackman/misc
by Kapileshwar Singh
· 8 years ago
f83044c
trappy: Remove legacy code
by Brendan Jackman
· 8 years ago
e81fdcb
Update ARM Ltd. copyright to 2017
by Brendan Jackman
· 8 years ago
2d3a944
Merge pull request #232 from bjackman/cpuidle-pivot
by Javi Merino
· 8 years ago
2555c22
idle: Add pivot name for cpu_idle parser
by Brendan Jackman
· 8 years ago
e62d764
Merge pull request #229 from bjackman
by Javi Merino
· 8 years ago
74efec0
doc/InteractivePlotter: Add example of plot fill params
by Brendan Jackman
· 8 years ago
e2ede1f
ILinePlot: Add fill_alpha parameter
by Brendan Jackman
· 8 years ago
085a026
Constraint: Fix __str__ for non-string column keys
by Brendan Jackman
· 8 years ago
e624803
ILinePlot: Remove unused _attr field
by Brendan Jackman
· 8 years ago
bbb88c9
version: release trappy 5.10.0
by Javi Merino
· 8 years ago
a3e1a48
idle: Add parser for cpu_idle events
by Brendan Jackman
· 8 years ago
5e97a10
ftrace: Note in documentation that `window` is inclusive
by Brendan Jackman
· 8 years ago
7aa8448
Merge pull request #226 from bjackman/fix-travis
by Javi Merino
· 8 years ago
5bc7b45
travis-ci: Explicitly install Cython before pandas
by Brendan Jackman
· 8 years ago
d7565eb
version: release trappy 5.9.0
by Javi Merino
· 8 years ago
e3e9371
Merge pull request #224 from bjackman/memory-warning
by Javi Merino
· 8 years ago
e7f31f8
base: Add warning when we're at risk of running out of memory
by Brendan Jackman
· 8 years ago
94f4f82
Merge pull request #223 from JaviMerino/fix_parser_doc
by Kapileshwar Singh
· 8 years ago
b8a1bc2
grammar: fix Parser documentation
by Javi Merino
· 8 years ago
fa7d75c
version: release trappy v5.8.1
by Javi Merino
· 8 years ago
4989982
sched: make sched_migrate_task parse the normal trace from trace-cmd
by Javi Merino
· 8 years ago
8ca15c0
Merge pull request #222 from JaviMerino/add_sched_task_migrate
by Kapileshwar Singh
· 8 years ago
35042e2
sched: add sched_migrate_task to the list of automatically parsed sched events
by Javi Merino
· 8 years ago
55552f0
Merge pull request #221 from JaviMerino/fix_travis_build
by Michele Di Giorgio
· 8 years ago
b19c84b
travis-ci: Don't fail if there isn't an X server running
by Javi Merino
· 8 years ago
e189dd9
version: release trappy 5.8.0
by Javi Merino
· 8 years ago
dc662e2
Merge pull request #220 from sinkap/disappear
by Javi Merino
· 8 years ago
961bd95
compare_runs: handle tz_id to plot_temperature()
by Javi Merino
· 8 years ago
1217c65
thermal: learn to plot temperature of a given thermal zone id
by Javi Merino
· 8 years ago
5d91edf
thermal: fix documentation of plot_temperature()
by Javi Merino
· 8 years ago
2526583
compare_runs: Provide a proper error message if there is no IPA trace
by Javi Merino
· 8 years ago
3937077
EventPlot: Add ability to plot simultaneous events
by Kapileshwar Singh
· 8 years ago
e4acf47
stats: clarify levels for Topology
by Javi Merino
· 8 years ago
5126d16
version: release trappy 5.7.0
by Javi Merino
· 8 years ago
e25a20c
Merge pull request #211 from JaviMerino/issue_145
by Javi Merino
· 8 years ago
2df9cbb
Merge pull request #215 from mdigiorgio/event_plot-color_map
by Javi Merino
· 8 years ago
303610e
doc: add examples for colour map in EventPlot
by Michele Di Giorgio
· 8 years ago
f9c81a7
plotter: EventPlot: add user-defined color map
by Michele Di Giorgio
· 8 years ago
99c4473
Merge pull request #216 from mdigiorgio/eventplot-fix-overwrite
by Javi Merino
· 8 years ago
5d12375
plotter: EventPlot: avoid changes on input data by operating on a copy
by Michele Di Giorgio
· 8 years ago
Next »