Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ddb2f58f9f8febaf817496a010130f108bb9a431
/
tools
/
perf
/
util
ddb2f58
perf probe: Introduce probe_conf global configs
by Masami Hiramatsu
· 10 years ago
4422552
perf probe: Use perf_probe_event.target instead of passing as an argument
by Masami Hiramatsu
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
e1ed3a5
perf tools: Use atomic_t to implement thread__{get,put} refcnt
by Arnaldo Carvalho de Melo
· 10 years ago
f8bffbf
perf probe: Support $params special probe argument
by Masami Hiramatsu
· 10 years ago
5a51fcd
perf probe: Skip kernel symbols which is out of .text
by Masami Hiramatsu
· 10 years ago
573709f
perf probe: Make --line checks validate C-style function name
by Masami Hiramatsu
· 10 years ago
b8dc398
perf probe: Fix a typo for the flags of open
by Masami Hiramatsu
· 10 years ago
ae2cb1a
perf probe: Fix to close probe_events file in error
by Masami Hiramatsu
· 10 years ago
1836ac8
Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 10 years ago
3698dab
perf tools: Move TUI-specific fields out of map_symbol
by Namhyung Kim
· 10 years ago
c8539e3
perf tools: Introduce pstack_peek()
by Namhyung Kim
· 10 years ago
d8a0f80
perf tools: Move init_have_children field to the unnamed union
by Namhyung Kim
· 10 years ago
2975082
perf tools: Move TUI-specific fields into unnamed union
by Namhyung Kim
· 10 years ago
307a464
perf probe: Allow to use filter on --del command
by Masami Hiramatsu
· 10 years ago
2dd6d8a
perf record: Add AUX area tracing Snapshot Mode support
by Adrian Hunter
· 10 years ago
d20031b
perf tools: Add AUX area tracing Snapshot Mode
by Adrian Hunter
· 10 years ago
0ad21f6
perf tools: Add support for PERF_RECORD_ITRACE_START
by Adrian Hunter
· 10 years ago
4a96f7a
perf tools: Add support for PERF_RECORD_AUX
by Adrian Hunter
· 10 years ago
53c76b0
perf auxtrace: Add option to synthesize events for transactions
by Adrian Hunter
· 10 years ago
e31f0d0
perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing
by Adrian Hunter
· 10 years ago
99fa298
perf tools: Add AUX area tracing index
by Adrian Hunter
· 10 years ago
b6a8964
perf probe: Accept filter argument for --list
by Masami Hiramatsu
· 10 years ago
3f51972
perf tools: Add strfilter__string to recover rules string
by Masami Hiramatsu
· 10 years ago
4e60a2c
perf tools: Improve strfilter to append additional rules
by Masami Hiramatsu
· 10 years ago
3099c02
perf probe: Improve detection of file/function name in the probe pattern
by Naveen N. Rao
· 10 years ago
539f3aa
perf tools: Fix bison-related build failure on CentOS 6
by Namhyung Kim
· 10 years ago
468f3d2
perf symbols: Warn on build id mismatch
by Naveen N. Rao
· 10 years ago
b72e74d
perf evlist: Amend mmap ref counting for the AUX area mmap
by Adrian Hunter
· 10 years ago
7b6ff0b
perf probe ppc64le: Fixup function entry if using kallsyms lookup
by Naveen N. Rao
· 10 years ago
d5c2e2c
perf probe ppc64le: Prefer symbol table lookup over DWARF
by Naveen N. Rao
· 10 years ago
c50fc0a
perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding
by Ananth N Mavinakayanahalli
· 10 years ago
031b84c
perf probe ppc: Enable matching against dot symbols automatically
by Naveen N. Rao
· 10 years ago
fb6d594
perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc
by Naveen N. Rao
· 10 years ago
d233209
perf probe ppc: Fix symbol fixup issues due to ELF type
by Naveen N. Rao
· 10 years ago
6dbe31f
perf probe: Remove all probes matches given pattern at once
by Masami Hiramatsu
· 10 years ago
87d650b
perf tools: Add symbolic events support for parse_events_error
by Jiri Olsa
· 10 years ago
492d977
perf tools: Add tracepoint support for parse_events_error
by Jiri Olsa
· 10 years ago
3b0e371
perf tools: Add static terms support for parse_events_error
by Jiri Olsa
· 10 years ago
e64b020
perf tools: Add term support for parse_events_error
by Jiri Olsa
· 10 years ago
cecf3a2e
perf tools: Add location to pmu event terms
by Jiri Olsa
· 10 years ago
36adec8
perf tools: Change parse_events_add_pmu interface
by Jiri Olsa
· 10 years ago
c056ba6a
perf tools: Always bail out when config_attr function fails
by Jiri Olsa
· 10 years ago
6297d42
perf tools: Add flex support for parse_events_error
by Jiri Olsa
· 10 years ago
b39b839
perf tools: Add parse_events_error interface
by Jiri Olsa
· 10 years ago
70d73de
perf tools: Add aux_watermark member of struct perf_event_attr
by Adrian Hunter
· 10 years ago
400ea6d
perf script: Add field option 'flags' to print sample flags
by Adrian Hunter
· 10 years ago
cfe9174
perf tools: Add member to struct dso for an instruction cache
by Adrian Hunter
· 10 years ago
c3278f0
perf auxtrace: Add a hashtable for caching
by Adrian Hunter
· 10 years ago
73f75fb
perf auxtrace: Add processing for AUX area tracing events
by Adrian Hunter
· 10 years ago
f939715
perf auxtrace: Add a heap for sorting AUX area tracing queues
by Adrian Hunter
· 10 years ago
e502789
perf auxtrace: Add helpers for queuing AUX area tracing data
by Adrian Hunter
· 10 years ago
85ed472
perf auxtrace: Add helpers for AUX area tracing errors
by Adrian Hunter
· 10 years ago
f6986c95
perf session: Add instruction tracing options
by Adrian Hunter
· 10 years ago
c446870
perf session: Add hooks to allow transparent decoding of AUX area tracing data
by Adrian Hunter
· 10 years ago
e9bf54d
perf tools: Add a user event for AUX area tracing errors
by Adrian Hunter
· 10 years ago
e9db131
perf record: Extend -m option for AUX area tracing mmap pages
by Adrian Hunter
· 10 years ago
9e0cc4f
perf auxtrace: Add support for AUX area recording
by Adrian Hunter
· 10 years ago
a16ac02
perf tools: Add user events for AUX area tracing
by Adrian Hunter
· 10 years ago
718c602
perf evlist: Add support for mmapping an AUX area buffer
by Adrian Hunter
· 10 years ago
4025ea4
perf header: Add AUX area tracing feature
by Adrian Hunter
· 10 years ago
d4ae421
perf data: Fix signedness of value
by Wang Nan
· 10 years ago
e0a7cce
perf data: Fix duplicate field names and avoid reserved keywords
by Wang Nan
· 10 years ago
8fa4675
perf data: Add support for setting ordered_events queue size
by Jiri Olsa
· 10 years ago
89e5fa8
perf data: Enable stream flush within processing
by Jiri Olsa
· 10 years ago
90e129f
perf data: Switch to multiple cpu stream files
by Sebastian Andrzej Siewior
· 10 years ago
c214105
perf data: Show error message when conversion failed
by He Kuang
· 10 years ago
a0b404f
perf diff: Make hist_entry_diff fields union
by Namhyung Kim
· 10 years ago
cc5e461
perf hists: Get rid of position field from struct hist_entry
by Namhyung Kim
· 10 years ago
96b90f2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
6c8a53c9
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d0bbe0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
f19e80c
perf probe: Fix segfault when probe with lazy_line to file
by He Kuang
· 10 years ago
09ed897
perf probe: Find compilation directory path for lazy matching
by Naohiro Aota
· 10 years ago
9d7b45c
perf probe: Set retprobe flag when probe in address-based alternative mode
by He Kuang
· 10 years ago
7b8283b5
perf evlist: Fix type for references to data_head/tail
by David Ahern
· 10 years ago
7afb3fa
perf probe: Support multiple probes on different binaries
by Masami Hiramatsu
· 10 years ago
5e78c69
perf buildid-list: Fix segfault when show DSOs with hits
by He Kuang
· 10 years ago
1060ab8
perf tools: Fix cross-endian analysis
by David Ahern
· 10 years ago
d998b73
perf tools: Fix error path to do closedir() when synthesizing threads
by Arnaldo Carvalho de Melo
· 10 years ago
7764a38
perf tools: Fix synthesizing fork_event.ppid for non-main thread
by David Ahern
· 10 years ago
a1e12da
perf tools: Add 'I' event modifier for exclude_idle bit
by Jiri Olsa
· 10 years ago
f6c1562
perf probe: Fix ARM 32 building error
by Wang Nan
· 10 years ago
2c5e8c5
perf tools: Merge all perf_event_attr print functions
by Peter Zijlstra
· 10 years ago
814c8c3
perf record: Add clockid parameter
by Peter Zijlstra
· 10 years ago
ba92732
perf kmaps: Check kmaps to make code more robust
by Wang Nan
· 10 years ago
8ea92ce
perf evlist: Fix inverted logic in perf_mmap__empty
by He Kuang
· 10 years ago
bd05954
perf data: Support using -f to override perf.data file ownership for 'convert'
by Yunlong Song
· 10 years ago
8cc5ec1f
perf kvm: Support using -f to override perf.data.guest file ownership
by Yunlong Song
· 10 years ago
9e3b6ec
perf evlist: Support using -f to override perf.data file ownership
by Yunlong Song
· 10 years ago
c727383
perf probe: Fix to track down unnamed union/structure members
by Masami Hiramatsu
· 10 years ago
b83e868
perf db-export: No need to have ->thread twice in struct export_sample
by Arnaldo Carvalho de Melo
· 10 years ago
7327259
perf db-export: No need to pass thread twice to db_export__sample
by Arnaldo Carvalho de Melo
· 10 years ago
f9d5d54
perf scripting: No need to pass thread twice to the scripting callbacks
by Arnaldo Carvalho de Melo
· 10 years ago
9870d78
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
by Arnaldo Carvalho de Melo
· 10 years ago
aae59fa
perf session: Always initialize ordered_events
by Arnaldo Carvalho de Melo
· 10 years ago
ca6c41c
perf tools: Fix ppid for synthesized fork events
by David Ahern
· 10 years ago
5aa0b03
perf tools: Refactor comm/tgid lookup
by David Ahern
· 10 years ago
73dbcd6
perf callchain: Fix kernel symbol resolution by remembering the cpumode
by David Hildenbrand
· 10 years ago
072e5a1
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree
by Ingo Molnar
· 10 years ago
Next »