summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | tracing/filter: Optimize filter by folding the treeSteven Rostedt2011-02-072-10/+235
| | * | | tracing/filter: Check the created pred treeSteven Rostedt2011-02-071-1/+71
| | * | | tracing/filter: Optimize short ciruit checkSteven Rostedt2011-02-071-3/+9
| | * | | tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt2011-02-072-46/+194
| | * | | tracing/filter: Free pred array on disabling of filterSteven Rostedt2011-02-071-0/+4
| | * | | tracing/filter: Allocate the preds in an arraySteven Rostedt2011-02-072-23/+10
| | * | | tracing/filter: Call synchronize_sched() just once for system filtersSteven Rostedt2011-02-071-17/+63
| | * | | tracing/filter: Dynamically allocate predsSteven Rostedt2011-02-072-36/+110
| | * | | tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt2011-02-072-34/+20
| | * | | tracing/filter: Have no filter return a matchSteven Rostedt2011-02-071-1/+6
| * | | | perf: Set filters before mmaping eventsFrederic Weisbecker2011-03-023-12/+35
| * | | | perf top tui: Wait till the first sample to refresh the screen.Arnaldo Carvalho de Melo2011-03-012-2/+20
| * | | | perf top: Fix reporting of invalid --vmlinuxArnaldo Carvalho de Melo2011-03-011-2/+3
| * | | | perf tui: Make ui__warning modalArnaldo Carvalho de Melo2011-03-011-2/+5
| * | | | perf top browser: Handle empty active symbols listArnaldo Carvalho de Melo2011-03-011-0/+6
| * | | | perf ui browser: Introduce ui_browser__show_titleArnaldo Carvalho de Melo2011-02-252-4/+17
| * | | | perf top browser: Fix up exit keysArnaldo Carvalho de Melo2011-02-251-0/+7
| * | | | perf annotate: Show better message when no vmlinux is foundArnaldo Carvalho de Melo2011-02-232-10/+13
| * | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-02-233-3/+34
| |\ \ \ \
| | * | | | perf lock: Document valid sort keysMarcin Slusarz2011-02-232-3/+11
| | * | | | perf top browser: Adjust the browser indexes when refreshingArnaldo Carvalho de Melo2011-02-231-0/+23
| * | | | | perf: Simplify task_clock_event_read()Peter Zijlstra2011-02-231-10/+3
| * | | | | perf_events: Fix rcu and locking issues with cgroup supportStephane Eranian2011-02-231-11/+29
| |/ / / /
| * | | | perf top: Live TUI AnnotationArnaldo Carvalho de Melo2011-02-225-58/+156
| * | | | perf probe: Remove redundant checksArnaldo Carvalho de Melo2011-02-222-4/+3
| * | | | perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo2011-02-211-2/+13
| * | | | perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo2011-02-212-2/+7
| * | | | perf tools: Makefile: Remove various and sundry cruftMichael Witten2011-02-183-223/+10
| * | | | perf tools: Makefile: Remove tool-specific cruftMichael Witten2011-02-181-72/+1
| * | | | perf tools: Makefile: Remove platform-specific cruftMichael Witten2011-02-182-250/+8
| * | | | perf tools: Makefile: Remove vestigial git-specific cruftMichael Witten2011-02-181-61/+1
| * | | | x86: Remove die_nmi()Jan Beulich2011-02-184-36/+0
| * | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-02-1810-31/+177
| |\ \ \ \
| | * | | | perf list: Allow filtering list of eventsArnaldo Carvalho de Melo2011-02-174-23/+142
| | * | | | perf report: Tell the user when a perf.data file has no samplesArnaldo Carvalho de Melo2011-02-171-0/+6
| | * | | | perf record: Delay setting the header writing atexit callArnaldo Carvalho de Melo2011-02-171-5/+5
| | * | | | perf hists: Print number of samples, not the period sumArnaldo Carvalho de Melo2011-02-171-2/+5
| | * | | | perf: make perf stat print user provided full event namesStephane Eranian2011-02-173-0/+18
| | * | | | perf python: Add cgroup.c to setup.py to get it building againArnaldo Carvalho de Melo2011-02-171-1/+1
| * | | | | Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar2011-02-181-6/+2
| * | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-02-1710-20/+85
| |\ \ \ \ \ | | |/ / / /
| | * | | | perf probe: Show filename which contains target functionMasami Hiramatsu2011-02-161-1/+1
| | * | | | perf probe: Support function@filename syntax for --lineMasami Hiramatsu2011-02-162-6/+16
| | * | | | perf tools: Update Makefile with some helpJesse Brandeburg2011-02-162-9/+40
| | * | | | perf annotate browser: Use the percent color for the whole lineArnaldo Carvalho de Melo2011-02-161-2/+3
| | * | | | perf annotate: Check if offset is less than symbol sizeArnaldo Carvalho de Melo2011-02-161-1/+2
| | * | | | perf ui: Serialize screen updatesArnaldo Carvalho de Melo2011-02-165-1/+23
| * | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-02-179-197/+74
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt2011-02-082-19/+23
| | * | | | tracing: Remove obsolete sched_switch tracerSteven Rostedt2011-02-082-158/+0
OpenPOWER on IntegriCloud