Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f2090d2df51d7cdb2f952dcfdcd8baaac0aec444
/
tools
« Previous
9c56dfe
perf tools: Makefile: Use $(QUIET_GEN) for perf.so
by Michael Witten
· 14 years ago
075de90
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
by Ingo Molnar
· 14 years ago
c7f9a6f
Merge branch 'linus' into perf/core
by Ingo Molnar
· 14 years ago
3653246
perf top: Ditch private annotation code, share perf annotate's
by Arnaldo Carvalho de Melo
· 14 years ago
f1e2701
perf annotate: Separate objdump parsing from actual screen rendering
by Arnaldo Carvalho de Melo
· 14 years ago
d040bd3
perf annotate: Config options for symbol__tty_annotate
by Arnaldo Carvalho de Melo
· 14 years ago
2f525d0
perf annotate: Support multiple histograms in annotation
by Arnaldo Carvalho de Melo
· 14 years ago
78f7def
perf annotate: Move annotate functions to util/
by Arnaldo Carvalho de Melo
· 14 years ago
764328d
perf top: Remove superfluous name_len field
by Arnaldo Carvalho de Melo
· 14 years ago
52bcd99
perf stat: Fix aggreate counter reading accounting
by Arnaldo Carvalho de Melo
· 14 years ago
cdb0861
perf top: Fix TUI compilation
by Yinghai Lu
· 14 years ago
978f626
perf tools: Don't try to build python bindings if Python.h not available
by Arnaldo Carvalho de Melo
· 14 years ago
0015e2e
perf stat: Fix up resource release order
by Arnaldo Carvalho de Melo
· 14 years ago
568bb7b
perf tools: Fix up 'make clean' target
by Arnaldo Carvalho de Melo
· 14 years ago
067187f
perf tools: Remove verbose build messages for the python binding
by Arnaldo Carvalho de Melo
· 14 years ago
f6bbc1d
perf python: Fix build on 32-bit
by Arnaldo Carvalho de Melo
· 14 years ago
823c716
perf probe: Use %td for pointer arithmetic result
by Arnaldo Carvalho de Melo
· 14 years ago
c0443df
perf top: Introduce slang based TUI
by Arnaldo Carvalho de Melo
· 14 years ago
229ade9
perf tools: Don't fallback to setup_pager unconditionally
by Arnaldo Carvalho de Melo
· 14 years ago
8c3e10e
perf top: Move display agnostic routines to util/top.[ch]
by Arnaldo Carvalho de Melo
· 14 years ago
7e2ed09
perf evlist: Store pointer to the cpu and thread maps
by Arnaldo Carvalho de Melo
· 14 years ago
f8a9530
perf evlist: Move evlist methods to evlist.c
by Arnaldo Carvalho de Melo
· 14 years ago
877108e
perf tools: Initial python binding
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
93fc64f
perf top: Switch to non overwrite mode
by Arnaldo Carvalho de Melo
· 14 years ago
7bb4115
perf evlist: Support non overwrite mode in perf_evlist__read_on_cpu
by Arnaldo Carvalho de Melo
· 14 years ago
ef2bf6d
perf events: Account PERF_RECORD_LOST events in event__process
by Arnaldo Carvalho de Melo
· 14 years ago
dc82009
perf record: No need to check for overwrites
by Arnaldo Carvalho de Melo
· 14 years ago
54489c18
perf test: Fix return values checking
by Han Pingtian
· 14 years ago
3c42258
perf probe: Add filters support for available functions
by Masami Hiramatsu
· 14 years ago
bd09d7b
perf probe: Add variable filter support
by Masami Hiramatsu
· 14 years ago
68baa43
perf tools: Add strfilter for general purpose string filter
by Masami Hiramatsu
· 14 years ago
ef1d1af
perf evsel: Introduce perf_evsel__{in,ex}it
by Arnaldo Carvalho de Melo
· 14 years ago
d0dd74e
perf tools: Move event__parse_sample to evsel.c
by Arnaldo Carvalho de Melo
· 14 years ago
fd78260
perf threads: Move thread_map to separate file
by Arnaldo Carvalho de Melo
· 14 years ago
17ea1b7
perf tools: Pass the struct opt to the wildcard parsing routine
by Arnaldo Carvalho de Melo
· 14 years ago
d7065ad
perf record: auto detect when stdout is a pipe
by Franck Bui-Huu
· 14 years ago
e80711c
perf probe: Add --funcs to show available functions in symtab
by Masami Hiramatsu
· 14 years ago
5069ed8
perf probe: Enable to put probe inline function call site
by Masami Hiramatsu
· 14 years ago
4cc9cec
perf probe: Introduce lines walker interface
by Masami Hiramatsu
· 14 years ago
bc0f23d
USB: usbtest - add alignment tests to test script
by Martin Fuzzey
· 14 years ago
c17d936
USB: usbtest - add shell script to test HCDs
by David Brownell
· 14 years ago
b0e8572
perf top: Add native_safe_halt to skip symbols
by Arnaldo Carvalho de Melo
· 14 years ago
529363b
perf callchain: Don't give arbitrary gender to callchain tree nodes
by Frederic Weisbecker
· 14 years ago
16537f1
perf callchain: Rename register_callchain_param into callchain_register_param
by Frederic Weisbecker
· 14 years ago
f08c315
perf callchain: Rename cumul_hits into callchain_cumul_hits
by Frederic Weisbecker
· 14 years ago
1b3a0e9
perf callchain: Feed callchains into a cursor
by Frederic Weisbecker
· 14 years ago
de5fa3a
perf test: Add test for the evlist mmap routines
by Arnaldo Carvalho de Melo
· 14 years ago
04391de
perf evlist: Steal mmap reading routine from 'perf top'
by Arnaldo Carvalho de Melo
· 14 years ago
98d77b7
perf test: check if cpu_map__new() return NULL
by Han Pingtian
· 14 years ago
d2af968
perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpus
by Arnaldo Carvalho de Melo
· 14 years ago
915fce2
perf tools: Add missing cpu_map__delete()
by Arnaldo Carvalho de Melo
· 14 years ago
0a27d7f
perf record: Use perf_evlist__mmap
by Arnaldo Carvalho de Melo
· 14 years ago
70db753
perf evlist: Move the mmap array from perf_evsel
by Arnaldo Carvalho de Melo
· 14 years ago
115d2d8
perf record: Move perf_mmap__write_tail to perf.h
by Arnaldo Carvalho de Melo
· 14 years ago
744bd8a
perf record: Use struct perf_mmap and helpers
by Arnaldo Carvalho de Melo
· 14 years ago
70082dd
perf evsel: Introduce mmap support
by Arnaldo Carvalho de Melo
· 14 years ago
dd7927f
perf record: Use perf_evsel__open
by Arnaldo Carvalho de Melo
· 14 years ago
72cb701
perf top: Use perf_evsel__open
by Arnaldo Carvalho de Melo
· 14 years ago
9d04f17
perf evsel: Allow specifying if the inherit bit should be set
by Arnaldo Carvalho de Melo
· 14 years ago
f08199d
perf evsel: Support event groups
by Arnaldo Carvalho de Melo
· 14 years ago
5c58104
perf evlist: Adopt the pollfd array
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
00e99a4
perf tools: Fix time function double declaration with glibc
by Thomas Renninger
· 14 years ago
065bef5
perf tools: Fix build by checking if extra warnings are supported
by Arnaldo Carvalho de Melo
· 14 years ago
5c7a668
perf tools: Fix build when using gcc 3.4.6
by Arnaldo Carvalho de Melo
· 14 years ago
a860a60
perf tools: Add missing header, fixes build
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
57b84e5
perf test: Fix build on older glibcs
by Arnaldo Carvalho de Melo
· 14 years ago
ffb5e0f
perf test: Use cpu_map->[cpu] when setting affinity
by Han Pingtian
· 14 years ago
b2f8fb2
perf symbols: Fix annotation of thumb code
by Dr. David Alan Gilbert
· 14 years ago
c6fa63c
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ad7f4e3
perf tools: Fix tracepoint id to string perf.data header table
by Arnaldo Carvalho de Melo
· 14 years ago
dd9a9ad
perf tools: Fix handling of wildcards in tracepoint event selectors
by Arnaldo Carvalho de Melo
· 14 years ago
f9ee7f6
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
acac03f
perf record: Add "nodelay" mode, disabled by default
by Kirill Smelkov
· 14 years ago
9710118
perf sched: Fix list of events, dropping unsupported ':r' modifier
by Stephane Eranian
· 14 years ago
1b38627
Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 14 years ago
968a851
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest
by Linus Torvalds
· 14 years ago
eca0bdd
Merge branches 'turbostat' and 'x86_energy_perf_policy' into tools
by Len Brown
· 14 years ago
d5532ee
tools: create power/x86/x86_energy_perf_policy
by Len Brown
· 14 years ago
103a8fe
tools: create power/x86/turbostat
by Len Brown
· 14 years ago
4ad9f59
Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"
by Arnaldo Carvalho de Melo
· 14 years ago
4277616
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
cc84158
perf top: Fix annotate segv
by Arnaldo Carvalho de Melo
· 14 years ago
bd3bfe9
perf evsel: Fix order of event list deletion
by Arnaldo Carvalho de Melo
· 14 years ago
3d03e2e
perf session: Fix infinite loop in __perf_session__process_events
by Arnaldo Carvalho de Melo
· 14 years ago
0252208
perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)
by Arnaldo Carvalho de Melo
· 14 years ago
a1e8fad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
12f7e03
perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail
by Jiri Pirko
· 14 years ago
aa7bc7e
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
by Arnaldo Carvalho de Melo
· 14 years ago
5a3446b
perf stat: better error message for unsupported events
by David Ahern
· 14 years ago
e462dc5
perf sched: Fix allocation result check
by Arnaldo Carvalho de Melo
· 14 years ago
a45b061
Merge branch 'slab/next' into for-linus
by Pekka Enberg
· 14 years ago
fb5131e
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 14 years ago
23a2f3a
perf tools: Pass whole attr to event selectors
by Lin Ming
· 14 years ago
abb3594
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
6b01f2c
perf tools: Build with frame pointer
by Frederic Weisbecker
· 14 years ago
f006d25
perf tools: Fix buffer overflow error when specifying all tracepoints
by Han Pingtian
· 14 years ago
Next »