summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tool: Fix gcc 4.6.0 issuesKyle McMartin2011-02-079-21/+11Star
* perf probe: Rewrite find_lazy_match_lines() by using getline(3)Franck Bui-Huu2011-02-071-44/+28Star
* perf top: Use pid_t for target_{pid|tid}Denis Kirjanov2011-02-071-2/+2
* perf tools: Makefile: Use $(QUIET_GEN) for perf.soMichael Witten2011-02-071-1/+1
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-02-0712-688/+769
|\
| * perf top: Ditch private annotation code, share perf annotate'sArnaldo Carvalho de Melo2011-02-064-173/+106Star
| * perf annotate: Separate objdump parsing from actual screen renderingArnaldo Carvalho de Melo2011-02-062-19/+47
| * perf annotate: Config options for symbol__tty_annotateArnaldo Carvalho de Melo2011-02-053-6/+13
| * perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo2011-02-058-65/+106
| * perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo2011-02-058-503/+578
| * perf top: Remove superfluous name_len fieldArnaldo Carvalho de Melo2011-02-053-6/+3Star
* | Merge branch 'linus' into perf/coreIngo Molnar2011-02-071-1/+1
|\ \ | |/ |/|
| * perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo2011-02-031-1/+1
* | perf top: Fix TUI compilationYinghai Lu2011-02-011-3/+3
* | perf tools: Don't try to build python bindings if Python.h not availableArnaldo Carvalho de Melo2011-02-011-3/+5
* | perf stat: Fix up resource release orderArnaldo Carvalho de Melo2011-02-011-2/+2
* | perf tools: Fix up 'make clean' targetArnaldo Carvalho de Melo2011-02-011-3/+1Star
* | perf tools: Remove verbose build messages for the python bindingArnaldo Carvalho de Melo2011-02-011-4/+8
* | perf python: Fix build on 32-bitArnaldo Carvalho de Melo2011-01-312-27/+28
* | perf probe: Use %td for pointer arithmetic resultArnaldo Carvalho de Melo2011-01-311-1/+1
* | perf top: Introduce slang based TUIArnaldo Carvalho de Melo2011-01-315-8/+189
* | perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo2011-01-314-7/+9
* | perf top: Move display agnostic routines to util/top.[ch]Arnaldo Carvalho de Melo2011-01-314-345/+418
* | perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo2011-01-318-119/+148
* | perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo2011-01-304-139/+158
* | perf tools: Initial python bindingArnaldo Carvalho de Melo2011-01-304-1/+966
* | perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-2927-439/+475
* | perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-2918-72/+72
* | perf top: Switch to non overwrite modeArnaldo Carvalho de Melo2011-01-291-4/+9
* | perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo2011-01-293-15/+22
* | perf events: Account PERF_RECORD_LOST events in event__processArnaldo Carvalho de Melo2011-01-291-0/+2
* | perf record: No need to check for overwritesArnaldo Carvalho de Melo2011-01-291-19/+3Star
* | perf test: Fix return values checkingHan Pingtian2011-01-281-3/+3
* | perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-284-21/+32
* | perf probe: Add variable filter supportMasami Hiramatsu2011-01-284-27/+90
* | perf tools: Add strfilter for general purpose string filterMasami Hiramatsu2011-01-283-0/+250
* | perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo2011-01-244-15/+41
* | perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo2011-01-247-140/+134Star
* | perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-2410-71/+86
* | perf tools: Pass the struct opt to the wildcard parsing routineArnaldo Carvalho de Melo2011-01-241-9/+11
* | perf record: auto detect when stdout is a pipeFranck Bui-Huu2011-01-241-12/+20
* | perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-244-3/+99
* | perf probe: Enable to put probe inline function call siteMasami Hiramatsu2011-01-241-8/+48
* | perf probe: Introduce lines walker interfaceMasami Hiramatsu2011-01-241-154/+167
* | perf top: Add native_safe_halt to skip symbolsArnaldo Carvalho de Melo2011-01-221-0/+1
* | perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2011-01-222-6/+6
* | perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker2011-01-223-4/+4
* | perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-224-8/+8
* | perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-227-139/+204
* | perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo2011-01-221-2/+169