Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bf0936e196ec21b604106578043d4c14831f99e7
/
tools
/
perf
/
util
6692c26
perf tools: Remove dependency on libnewt
by Arnaldo Carvalho de Melo
· 12 years ago
6266774
perf tools: Fix output of symbol_daddr offset
by Namhyung Kim
· 12 years ago
bad4091
perf machine: Detect data vs. text mappings
by Stephane Eranian
· 12 years ago
028f12e
perf tools: Add new mem command for memory access profiling
by Stephane Eranian
· 12 years ago
ccf49bf
perf record: Add support for mem access profiling
by Stephane Eranian
· 12 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
328ccda
perf report: Add --no-demangle option
by Namhyung Kim
· 12 years ago
12c08a9
perf stat: Add per-core aggregation
by Stephane Eranian
· 12 years ago
86ee6e1
perf stat: Refactor aggregation code
by Stephane Eranian
· 12 years ago
ebf3c67
perf tools: Cleanup calc_data_size logic
by Namhyung Kim
· 12 years ago
452958f
perf tools: Get rid of die() calls in trace-data-read.c
by Namhyung Kim
· 12 years ago
4a31e56
perf tools: Get rid of read_or_die() in trace-event-read.c
by Namhyung Kim
· 12 years ago
a4c9836
perf tools: Get rid of malloc_or_die() in trace-event-read.c
by Namhyung Kim
· 12 years ago
3dce2ce
perf tools: Handle failure case in trace_report()
by Namhyung Kim
· 12 years ago
7f42b95
perf tools: Get rid of die() calls from trace-event-info.c
by Namhyung Kim
· 12 years ago
8755d5e
perf tools: Get rid of write_or_die() from trace-event-info.c
by Namhyung Kim
· 12 years ago
5a6fd27
perf tools: Get rid of malloc_or_die() in trace-event-info.c
by Namhyung Kim
· 12 years ago
454f8c7
perf tools: Let get_tracing_file() return NULL to indicate failure.
by Namhyung Kim
· 12 years ago
62baca8
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
by Namhyung Kim
· 12 years ago
0a11953
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
a0bf225
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 12 years ago
a7e191c
perf stat: Introduce --repeat forever
by Frederik Deweerdt
· 12 years ago
a74b4b6
perf evlist: Introduce perf_evlist__close()
by Namhyung Kim
· 12 years ago
736b05a
perf evsel: Cleanup perf_evsel__exit()
by Namhyung Kim
· 12 years ago
45fa534
perf tools: Remove duplicated page_size definition
by Namhyung Kim
· 12 years ago
e5f5e5e
perf tools: Remove unused macro definitions
by Namhyung Kim
· 12 years ago
024b130
perf tools: Remove unnecessary calc_data_size variable
by Namhyung Kim
· 12 years ago
d301de8
perf tools: Remove unused struct definitions
by Namhyung Kim
· 12 years ago
f3ff40ec
perf tools: Remove unused trace_read_data function
by Namhyung Kim
· 12 years ago
ed8996a
perf machine: Move machine__remove_thread and make static
by David Ahern
· 12 years ago
c1ad050
perf session: Remove unused perf_session__remove_thread method
by David Ahern
· 12 years ago
eba7181
perf tools: Remove unused tracing functions
by David Ahern
· 12 years ago
e64aa75
perf annotate browser: Use disasm__calc_percent()
by Namhyung Kim
· 12 years ago
1491c22
perf annotate: Support event group view for --print-line
by Namhyung Kim
· 12 years ago
c5a8368
perf annotate: Factor out struct source_line_percent
by Namhyung Kim
· 12 years ago
759ff49
perf evsel: Introduce perf_evsel__is_group_event() helper
by Namhyung Kim
· 12 years ago
b1dd443
perf annotate: Add basic support to event group view
by Namhyung Kim
· 12 years ago
bd64fcb
perf annotate: Cleanup disasm__calc_percent()
by Namhyung Kim
· 12 years ago
e5ccf9f
perf annotate: Factor out disasm__calc_percent()
by Namhyung Kim
· 12 years ago
3aec150
perf annotate: Add a comment on the symbol__parse_objdump_line()
by Namhyung Kim
· 12 years ago
db8fd07
perf annotate: Pass evsel instead of evidx on annotation functions
by Namhyung Kim
· 12 years ago
55e162e
perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
119fa3c
perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
6ef73ec
perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
b3a319d
perf evlist: Add thread_map__nr() helper
by Namhyung Kim
· 12 years ago
8539795
perf evlist: Use cpu_map__nr() helper
by Namhyung Kim
· 12 years ago
334fe7a
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
by Namhyung Kim
· 12 years ago
1355915
perf tools: Extract perf-specific stuff from debugfs.c
by Borislav Petkov
· 12 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
fed1208
perf tools: Remove a write-only variable in the debugfs code
by Borislav Petkov
· 12 years ago
79146a6
perf probe: Fix segfault
by Ananth N Mavinakayanahalli
· 12 years ago
5f7439e
perf report: Fix build with NO_NEWT=1
by Michael Ellerman
· 12 years ago
1e825ef
perf annotate: Fix build with NO_NEWT=1
by Michael Ellerman
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
85df3b3
perf tools: Fix build with bison 2.3 and older.
by Vinson Lee
· 12 years ago
7a60ba9
perf gtk/annotate: Support multiple event annotation
by Namhyung Kim
· 12 years ago
2b676bf
perf ui/gtk: Implement basic GTK2 annotation browser
by Namhyung Kim
· 12 years ago
e3a3402
perf annotate: Fix warning message on a missing vmlinux
by Namhyung Kim
· 12 years ago
88fd2b6
perf python: Link with sysfs.o
by Arnaldo Carvalho de Melo
· 12 years ago
e35ef355
perf evlist: Pass the event_group info via perf_attr_details
by Arnaldo Carvalho de Melo
· 12 years ago
91b9880
perf tools: Fix calloc argument ordering
by Paul Gortmaker
· 12 years ago
89bb67f
perf tools: Fix perf_evsel::exclude_GH handling
by Jiri Olsa
· 12 years ago
5ac59a8
perf tools: Add cpu_map processor socket level functions
by Stephane Eranian
· 12 years ago
0479b8b
perf evlist: Make event_copy local to mmaps
by David Ahern
· 12 years ago
5936f54
perf sort: Check return value of strdup()
by Namhyung Kim
· 12 years ago
5530998
perf sort: Make setup_sorting returns an error code
by Namhyung Kim
· 12 years ago
51f27d1
perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()
by Namhyung Kim
· 12 years ago
74b2133
perf evlist: Fix set event list leader
by Stephane Eranian
· 12 years ago
e6ab07d
perf evlist: Add --group option
by Namhyung Kim
· 12 years ago
717e263
perf report: Show group description when event group is enabled
by Namhyung Kim
· 12 years ago
29d720e
perf hists: Resort hist entries using group members for output
by Namhyung Kim
· 12 years ago
6e1f601
perf report: Make another loop for linking group hists
by Namhyung Kim
· 12 years ago
a8bb559
perf header: Add HEADER_GROUP_DESC feature
by Namhyung Kim
· 12 years ago
97f63e4
perf tools: Keep group information
by Namhyung Kim
· 12 years ago
5809fde
perf header: Fix double fclose() on do_write(fd, xxx) failure
by Thomas Jarosch
· 12 years ago
fdae637
perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" case
by Thomas Jarosch
· 12 years ago
0b9e01a
perf tools: Fix memory leak on error
by Thomas Jarosch
· 12 years ago
8eb44dd
perf sort: Use pclose() instead of fclose() on pipe stream
by Thomas Jarosch
· 12 years ago
43f8e76
perf evsel: Fix memory leaks on evsel->counts
by Namhyung Kim
· 12 years ago
c7a79c4
perf evsel: Add prev_raw_count field
by Stephane Eranian
· 12 years ago
2caa48a
perf header: Stop using die() calls when processing tracing data
by Arnaldo Carvalho de Melo
· 12 years ago
8e16017d
perf tools: Use memdup in map__clone
by Arnaldo Carvalho de Melo
· 12 years ago
237a7e0
perf tools: Stop using 'self' in map.[ch]
by Arnaldo Carvalho de Melo
· 12 years ago
d8639f0
perf tools: Stop using 'self' in strlist
by Arnaldo Carvalho de Melo
· 12 years ago
ffe0fb7
perf tools: Allow passing a list to intlist__new
by Arnaldo Carvalho de Melo
· 12 years ago
5a3d04d
perf tools: Allow passing NULL to intlist__find
by Arnaldo Carvalho de Melo
· 12 years ago
2de9533
perf script: hook up perf_scripting_context->pevent
by Tom Zanussi
· 12 years ago
ab1bf653
perf pmu: Privatize perf_pmu_{format,alias} structs
by Arnaldo Carvalho de Melo
· 12 years ago
23b6339
perf tools: Fix usage of __ in event parsing struct names
by Arnaldo Carvalho de Melo
· 12 years ago
5c6ccc3
perf pmu: Fix usage of __ in struct names
by Arnaldo Carvalho de Melo
· 12 years ago
6cee6cd
perf tools: Fix usage of __ in parse_events_term struct
by Arnaldo Carvalho de Melo
· 12 years ago
08aa9cc
perf tools: Move ltrim() to util/string.c
by Namhyung Kim
· 12 years ago
1526813
perf tools: Fix PMU format parsing test failure
by Sukadev Bhattiprolu
· 12 years ago
3cecaa2
perf tools: Do not include PERF-VERSION-FILE to Makefile
by Namhyung Kim
· 12 years ago
d8f7bbc
perf tools: Remove unused 'unset' parameter from parse_events
by Jiri Olsa
· 12 years ago
3cf0cb1
perf tools: Mark branch_info maps as referenced
by Stephane Eranian
· 12 years ago
2c803e5
perf tools: Move get_term_dimensions from top to util.c
by David Ahern
· 12 years ago
b7c14a0
perf symbols: Mark vmlinux filename as allocated
by David Ahern
· 12 years ago
164c800
perf symbols: Move name malloc to when needed in dso__load
by David Ahern
· 12 years ago
Next »