Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
db670dac49b5423b39b5e523d28fe32045d71b10
/
tools
« Previous
5beda5f
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
f0c55bc
perf: make perf stat print user provided full event names
by Stephane Eranian
· 14 years ago
4498062
perf python: Add cgroup.c to setup.py to get it building again
by Arnaldo Carvalho de Melo
· 14 years ago
8737ebd
perf probe: Show filename which contains target function
by Masami Hiramatsu
· 14 years ago
e116dfa
perf probe: Support function@filename syntax for --line
by Masami Hiramatsu
· 14 years ago
4187e26
perf tools: Update Makefile with some help
by Jesse Brandeburg
· 14 years ago
b99976e
perf annotate browser: Use the percent color for the whole line
by Arnaldo Carvalho de Melo
· 14 years ago
289c082
perf annotate: Check if offset is less than symbol size
by Arnaldo Carvalho de Melo
· 14 years ago
5c35d69
perf ui: Serialize screen updates
by Arnaldo Carvalho de Melo
· 14 years ago
023695d
perf tool: Add cgroup support
by Stephane Eranian
· 14 years ago
b00560f
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
b9d4ba6
Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 14 years ago
0849327
perf report: Fix initializion of annotate symbol priv area
by Arnaldo Carvalho de Melo
· 14 years ago
7c940c1
Merge remote branch 'acme/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 14 years ago
a829eb4
tools: turbostat: style updates
by Len Brown
· 14 years ago
8209e05
tools: turbostat: fix bitwise and operand
by Thomas Renninger
· 14 years ago
401b8e1
perf tools: Fix thread_map event synthesizing in top and record
by Arnaldo Carvalho de Melo
· 14 years ago
cce1dac
trivial: Fix Steven's Copyright typos
by Uwe Kleine-König
· 14 years ago
d5e3d74
perf annotate: Fix annotate context lines regression
by Arnaldo Carvalho de Melo
· 14 years ago
ce6f4fa
perf annotate: Move locking to struct annotation
by Arnaldo Carvalho de Melo
· 14 years ago
e3087b8
perf annotate: Fix --stdio rendering
by Arnaldo Carvalho de Melo
· 14 years ago
124bb83
perf probe: Add bitfield member support
by Masami Hiramatsu
· 14 years ago
a222179
perf annotate: Fix build error
by Borislav Petkov
· 14 years ago
fb7d0b3
perf tool: Fix gcc 4.6.0 issues
by Kyle McMartin
· 14 years ago
f50c216
perf probe: Rewrite find_lazy_match_lines() by using getline(3)
by Franck Bui-Huu
· 14 years ago
ef4d001
perf top: Use pid_t for target_{pid|tid}
by Denis Kirjanov
· 14 years ago
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
Next »