aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-01perf top: Fix TUI compilationYinghai Lu1-3/+3
2011-02-01perf tools: Don't try to build python bindings if Python.h not availableArnaldo Carvalho de Melo1-3/+5
2011-02-01perf stat: Fix up resource release orderArnaldo Carvalho de Melo1-2/+2
2011-02-01perf tools: Fix up 'make clean' targetArnaldo Carvalho de Melo1-3/+1
2011-02-01perf tools: Remove verbose build messages for the python bindingArnaldo Carvalho de Melo1-4/+8
2011-01-31perf python: Fix build on 32-bitArnaldo Carvalho de Melo2-27/+28
2011-01-31perf probe: Use %td for pointer arithmetic resultArnaldo Carvalho de Melo1-1/+1
2011-01-31perf top: Introduce slang based TUIArnaldo Carvalho de Melo5-8/+189
2011-01-31perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo4-7/+9
2011-01-31perf top: Move display agnostic routines to util/top.[ch]Arnaldo Carvalho de Melo4-345/+418
2011-01-31perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo8-119/+148
2011-01-30perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo4-139/+158
2011-01-30perf tools: Initial python bindingArnaldo Carvalho de Melo4-1/+966
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo27-439/+475
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo18-72/+72
2011-01-29perf top: Switch to non overwrite modeArnaldo Carvalho de Melo1-4/+9
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-29perf record: No need to check for overwritesArnaldo Carvalho de Melo1-19/+3
2011-01-28perf test: Fix return values checkingHan Pingtian1-3/+3
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu4-21/+32
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu4-27/+90
2011-01-28perf tools: Add strfilter for general purpose string filterMasami Hiramatsu3-0/+250
2011-01-24perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo4-15/+41
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo7-140/+134
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo10-71/+86
2011-01-24perf tools: Pass the struct opt to the wildcard parsing routineArnaldo Carvalho de Melo1-9/+11
2011-01-24perf record: auto detect when stdout is a pipeFranck Bui-Huu1-12/+20
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu4-3/+99
2011-01-24perf probe: Enable to put probe inline function call siteMasami Hiramatsu1-8/+48
2011-01-24perf probe: Introduce lines walker interfaceMasami Hiramatsu1-154/+167
2011-01-22perf top: Add native_safe_halt to skip symbolsArnaldo Carvalho de Melo1-0/+1
2011-01-22perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2-6/+6
2011-01-22perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker3-4/+4
2011-01-22perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker4-8/+8
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker7-139/+204
2011-01-22perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo1-2/+169
2011-01-22perf evlist: Steal mmap reading routine from 'perf top'Arnaldo Carvalho de Melo3-53/+69
2011-01-22perf test: check if cpu_map__new() return NULLHan Pingtian1-3/+3
2011-01-22perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpusArnaldo Carvalho de Melo1-3/+5
2011-01-22perf tools: Add missing cpu_map__delete()Arnaldo Carvalho de Melo2-1/+6
2011-01-22perf record: Use perf_evlist__mmapArnaldo Carvalho de Melo1-48/+11
2011-01-22perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo5-77/+201
2011-01-22perf record: Move perf_mmap__write_tail to perf.hArnaldo Carvalho de Melo2-12/+13
2011-01-22perf record: Use struct perf_mmap and helpersArnaldo Carvalho de Melo1-21/+4
2011-01-22perf evsel: Introduce mmap supportArnaldo Carvalho de Melo6-66/+107
2011-01-22perf record: Use perf_evsel__openArnaldo Carvalho de Melo1-120/+113
2011-01-22perf top: Use perf_evsel__openArnaldo Carvalho de Melo1-50/+42
2011-01-22perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo4-14/+16
2011-01-22perf evsel: Support event groupsArnaldo Carvalho de Melo4-18/+27