aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-23perf top browser: Adjust the browser indexes when refreshingArnaldo Carvalho de Melo1-0/+23
2011-02-22perf top: Live TUI AnnotationArnaldo Carvalho de Melo4-40/+138
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo2-4/+3
2011-02-21perf evsel: Fix inverted test for fixing up attr.inherit flagArnaldo Carvalho de Melo1-2/+13
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo2-2/+7
2011-02-18perf tools: Makefile: Remove various and sundry cruftMichael Witten1-19/+0
2011-02-18perf tools: Makefile: Remove platform-specific cruftMichael Witten1-26/+0
2011-02-17perf list: Allow filtering list of eventsArnaldo Carvalho de Melo2-19/+80
2011-02-17perf hists: Print number of samples, not the period sumArnaldo Carvalho de Melo1-2/+5
2011-02-17perf: make perf stat print user provided full event namesStephane Eranian3-0/+18
2011-02-17perf python: Add cgroup.c to setup.py to get it building againArnaldo Carvalho de Melo1-1/+1
2011-02-16perf probe: Show filename which contains target functionMasami Hiramatsu1-1/+1
2011-02-16perf probe: Support function@filename syntax for --lineMasami Hiramatsu1-3/+12
2011-02-16perf annotate browser: Use the percent color for the whole lineArnaldo Carvalho de Melo1-2/+3
2011-02-16perf annotate: Check if offset is less than symbol sizeArnaldo Carvalho de Melo1-1/+2
2011-02-16perf ui: Serialize screen updatesArnaldo Carvalho de Melo4-1/+22
2011-02-16perf tool: Add cgroup supportStephane Eranian4-2/+211
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2-7/+18
2011-02-10perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo2-7/+17
2011-02-08perf annotate: Fix annotate context lines regressionArnaldo Carvalho de Melo2-8/+42
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo6-70/+81
2011-02-08perf annotate: Fix --stdio renderingArnaldo Carvalho de Melo1-2/+2
2011-02-07perf probe: Add bitfield member supportMasami Hiramatsu1-27/+68
2011-02-07perf annotate: Fix build errorBorislav Petkov1-1/+1
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin6-10/+6
2011-02-07perf probe: Rewrite find_lazy_match_lines() by using getline(3)Franck Bui-Huu1-44/+28
2011-02-07perf top: Use pid_t for target_{pid|tid}Denis Kirjanov1-2/+2
2011-02-07Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar8-283/+694
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2011-02-06perf top: Ditch private annotation code, share perf annotate'sArnaldo Carvalho de Melo3-23/+75
2011-02-06perf annotate: Separate objdump parsing from actual screen renderingArnaldo Carvalho de Melo2-19/+47
2011-02-05perf annotate: Config options for symbol__tty_annotateArnaldo Carvalho de Melo2-5/+12
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo6-54/+73
2011-02-05perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo5-258/+563
2011-02-05perf top: Remove superfluous name_len fieldArnaldo Carvalho de Melo2-3/+3
2011-02-03perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo1-1/+1
2011-02-01perf top: Fix TUI compilationYinghai Lu1-3/+3
2011-01-31perf python: Fix build on 32-bitArnaldo Carvalho de Melo2-27/+28
2011-01-31perf top: Introduce slang based TUIArnaldo Carvalho de Melo3-2/+156
2011-01-31perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo2-5/+7
2011-01-31perf top: Move display agnostic routines to util/top.[ch]Arnaldo Carvalho de Melo2-0/+279
2011-01-31perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo3-35/+86
2011-01-30perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo4-139/+158
2011-01-30perf tools: Initial python bindingArnaldo Carvalho de Melo2-0/+906
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo15-302/+321
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo6-36/+36
2011-01-29perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo3-15/+22
2011-01-29perf events: Account PERF_RECORD_LOST events in event__processArnaldo Carvalho de Melo1-0/+2
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu2-11/+14
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu2-27/+42