Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
68401a1799fa14cb72c2a129bbefdacd44279772
68401a1
libtraceevent: Fix header installation
by Sudip Mukherjee
· 5 years ago
32a1ece
perf intel-bts: Does not support AUX area sampling
by Adrian Hunter
· 5 years ago
dbd1343
perf intel-pt: Add support for decoding AUX area samples
by Adrian Hunter
· 5 years ago
c4ab2f0
perf intel-pt: Add support for recording AUX area samples
by Adrian Hunter
· 5 years ago
a1ac7de
perf pmu: When using default config, record which bits of config were changed by the user
by Adrian Hunter
· 5 years ago
ac2f445
perf auxtrace: Add support for queuing AUX area samples
by Adrian Hunter
· 5 years ago
103ed40
perf session: Add facility to peek at all events
by Adrian Hunter
· 5 years ago
b04b8dd
perf auxtrace: Add support for dumping AUX area samples
by Adrian Hunter
· 5 years ago
ba2675b
perf inject: Cut AUX area samples
by Adrian Hunter
· 5 years ago
eb7a52d
perf record: Add aux-sample-size config term
by Adrian Hunter
· 5 years ago
c0a6de0
perf record: Add support for AUX area sampling
by Adrian Hunter
· 5 years ago
f0bb7ee
perf auxtrace: Add support for AUX area sample recording
by Adrian Hunter
· 5 years ago
f306de2
perf auxtrace: Move perf_evsel__find_pmu()
by Adrian Hunter
· 5 years ago
9bca1a4
perf record: Add a function to test for kernel support for AUX area sampling
by Adrian Hunter
· 5 years ago
98dcf14
perf tools: Add kernel AUX area sampling definitions
by Adrian Hunter
· 5 years ago
848a5e5
perf report: Jump to symbol source view from total cycles view
by Jin Yao
· 5 years ago
5cb456a
perf util: Move block TUI function to ui browsers
by Jin Yao
· 5 years ago
bb1835a
perf session: Fix decompression of PERF_RECORD_COMPRESSED records
by Alexey Budankov
· 5 years ago
0e3149f
perf dso: Move dso_id from 'struct map' to 'struct dso'
by Arnaldo Carvalho de Melo
· 5 years ago
1f74b10
perf dsos: Remove unused dsos__find() method
by Arnaldo Carvalho de Melo
· 5 years ago
7b59a82
perf map: Move comparision of map's dso_id to a separate function
by Arnaldo Carvalho de Melo
· 5 years ago
4a7380a
perf map: Pass a dso_id to map__new()
by Arnaldo Carvalho de Melo
· 5 years ago
99459a8
perf map: Move maj/min/ino/ino_generation to separate struct
by Arnaldo Carvalho de Melo
· 5 years ago
8f6ee51
Merge tag 'perf-core-for-mingo-5.5-20191119' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 5 years ago
a910e46
perf parse: Report initial event parsing error
by Ian Rogers
· 5 years ago
cb40273
perf probe: Trace a magic number if variable is not found
by Masami Hiramatsu
· 5 years ago
66f69b2
perf probe: Support DW_AT_const_value constant value
by Masami Hiramatsu
· 5 years ago
7236354
perf probe: Support multiprobe event
by Masami Hiramatsu
· 5 years ago
15354d5
perf probe: Generate event name with line number
by Masami Hiramatsu
· 5 years ago
499144c
perf probe: Do not show non representive lines by perf-probe -L
by Masami Hiramatsu
· 5 years ago
1ae5d88
perf probe: Verify given line is a representive line
by Masami Hiramatsu
· 5 years ago
57f95bf
perf probe: Show correct statement line number by perf probe -l
by Masami Hiramatsu
· 5 years ago
b980be1
x86/insn: Add some Intel instructions to the opcode map
by Adrian Hunter
· 5 years ago
1e5f015
x86/insn: perf tools: Add some instructions to the new instructions test
by Adrian Hunter
· 5 years ago
7624e69
perf map: Move seldom used ->flags field to second cacheline
by Arnaldo Carvalho de Melo
· 5 years ago
dbc984c
perf map: Use bitmap for booleans
by Arnaldo Carvalho de Melo
· 5 years ago
10f6458
libtraceevent: Fix parsing of event %o and %X argument types
by Konstantin Khlebnikov
· 5 years ago
aceb982
perf callchain: Fix segfault in thread__resolve_callchain_sample()
by Adrian Hunter
· 5 years ago
a7c2b57
perf map_groups: Auto sort maps by name, if needed
by Arnaldo Carvalho de Melo
· 5 years ago
a94ab91
perf machine: No need to check if kernel module maps pre-exist
by Arnaldo Carvalho de Melo
· 5 years ago
6e0a9b3
perf record: No need to process the synthesized MMAP events twice
by Arnaldo Carvalho de Melo
· 5 years ago
f068435
perf map: No need to adjust the long name of modules
by Arnaldo Carvalho de Melo
· 5 years ago
1ae1451
perf map_groups: Add a front end cache for map lookups by name
by Arnaldo Carvalho de Melo
· 5 years ago
c5c584d
perf maps: Do not use an rbtree to sort by map name
by Arnaldo Carvalho de Melo
· 5 years ago
b0aeb45
Merge tag 'perf-core-for-mingo-5.5-20191112' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 5 years ago
bcb8af5
perf maps: Purge the entries from maps->names in __maps__purge()
by Arnaldo Carvalho de Melo
· 5 years ago
af83398
perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite
by Adrian Hunter
· 5 years ago
295c52e
perf/x86/intel/pt: Prevent redundant WRMSRs
by Alexander Shishkin
· 5 years ago
6706384
perf/x86/intel/pt: Opportunistically use single range output mode
by Alexander Shishkin
· 5 years ago
25e8920
perf/x86/intel/pt: Add sampling support
by Alexander Shishkin
· 5 years ago
8e105a1
perf/x86/intel/pt: Factor out pt_config_start()
by Alexander Shishkin
· 5 years ago
a4faf00
perf/aux: Allow using AUX data in perf samples
by Alexander Shishkin
· 5 years ago
deb0c3c
perf/core: Fix unlock balance in perf_init_event()
by Qian Cai
· 5 years ago
fed4c9c
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 5 years ago
d00dbd29
perf/core: Fix missing static inline on perf_cgroup_switch()
by Ben Dooks (Codethink)
· 5 years ago
697d877
perf/core: Consistently fail fork on allocation failures
by Alexander Shishkin
· 5 years ago
dce5aff
perf/aux: Disallow aux_output for kernel events
by Alexander Shishkin
· 5 years ago
f25d8ba
perf/core: Reattach a misplaced comment
by Alexander Shishkin
· 5 years ago
00496fe
perf/aux: Fix the aux_output group inheritance fix
by Alexander Shishkin
· 5 years ago
09f4e8f
perf/core: Disallow uncore-cgroup events
by Peter Zijlstra
· 5 years ago
da3ef7f
perf vendor events power9: Fix commas so PMU event files are valid JSON
by James Clark
· 5 years ago
835e5bd
perf vendor events power8: Fix commas so PMU event files are valid JSON
by James Clark
· 5 years ago
a44e4f3
perf vendor events arm64: Fix commas so PMU event files are valid JSON
by James Clark
· 5 years ago
e1e9b78
perf parse: Use YYABORT to clear stack after failure, plugging leaks
by Ian Rogers
· 5 years ago
ccd2674
perf tool: Provide an option to print perf_event_open args and return value
by Ravi Bangoria
· 5 years ago
7b018e2
perf map: Remove ->groups from 'struct map'
by Arnaldo Carvalho de Melo
· 5 years ago
3f662fc
perf map: Combine maps__fixup_overlappings with its only use
by Arnaldo Carvalho de Melo
· 5 years ago
94e44b9
perf annotate: Stop using map->groups, use map_symbol->mg instead
by Arnaldo Carvalho de Melo
· 5 years ago
08f6680
perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
by Arnaldo Carvalho de Melo
· 5 years ago
93fcce9
perf symbols: Use kmaps(map)->machine when we know its a kernel map
by Arnaldo Carvalho de Melo
· 5 years ago
d46a4cd
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
by Arnaldo Carvalho de Melo
· 5 years ago
5f0fef8
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
by Arnaldo Carvalho de Melo
· 5 years ago
c152973
perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
by Arnaldo Carvalho de Melo
· 5 years ago
2975489
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers
by Arnaldo Carvalho de Melo
· 5 years ago
d3a022c
perf tools: Add map_groups to 'struct addr_location'
by Arnaldo Carvalho de Melo
· 5 years ago
9d355b3
perf map_groups: Pass the object to map_groups__find_ams()
by Arnaldo Carvalho de Melo
· 5 years ago
f2baa060
perf symbols: Stop using map->groups, we can use kmaps instead
by Arnaldo Carvalho de Melo
· 5 years ago
de90d51
perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()
by Arnaldo Carvalho de Melo
· 5 years ago
56b2147
Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 5 years ago
8f05c1f
perf/x86/amd: Remove set but not used variable 'active'
by Zheng Yongjun
· 5 years ago
1ca7feb
Merge tag 'v5.4-rc7' into perf/core, to pick up fixes
by Ingo Molnar
· 5 years ago
31f4f5b
Linux 5.4-rc7
by Linus Torvalds
· 5 years ago
4486695
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
dd89262
Merge tag 'staging-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 5 years ago
3de2a3e
Merge tag 'char-misc-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
a5871fc
Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 5 years ago
9805a68
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
621084c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
81388c2
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
b584a17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ffba65e
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
20c7e29
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
79a6406
Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
820b7c7
lib: Remove select of inexistant GENERIC_IO
by Corentin Labbe
· 5 years ago
4763c08
Merge tag 'pinctrl-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 5 years ago
00aff68
Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
4aba1a7
Merge tag 'linux-watchdog-5.4-rc7' of git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 5 years ago
0058b0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
5cb8418
Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
a2582cd
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 5 years ago
Next »