Sign in
android-kvm
/
linux
/
59d49076ae3e6912e6d7df2fd68e2337f3d02036
/
tools
/
perf
/
util
ac5eed2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
b25756d
perf session: Add comment for perf_session__register_idle_thread()
by Adrian Hunter
· 6 years ago
256d92b
perf thread-stack: Fix thread stack processing for the idle task
by Adrian Hunter
· 6 years ago
139f42f
perf thread-stack: Allocate an array of thread stacks
by Adrian Hunter
· 6 years ago
2e9e868
perf thread-stack: Factor out thread_stack__init()
by Adrian Hunter
· 6 years ago
f6060ac
perf thread-stack: Allow for a thread stack array
by Adrian Hunter
· 6 years ago
bd8e68a
perf thread-stack: Avoid direct reference to the thread's stack
by Adrian Hunter
· 6 years ago
e0b8951
perf thread-stack: Tidy thread_stack__bottom() usage
by Adrian Hunter
· 6 years ago
03b32cb
perf thread-stack: Simplify some code in thread_stack__process()
by Adrian Hunter
· 6 years ago
61f6115
perf script: Fix LBR skid dump problems in brstackinsn
by Andi Kleen
· 6 years ago
a389aec
perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
by Jiri Olsa
· 6 years ago
bc055c5
perf symbols: Relax checks on perf-PID.map ownership
by Arnaldo Carvalho de Melo
· 6 years ago
7100b12
perf cs-etm: Generate branch sample for exception packet
by Leo Yan
· 6 years ago
02e7e25
perf cs-etm: Treat EO_TRACE element as trace discontinuity
by Leo Yan
· 6 years ago
37bb371
perf cs-etm: Treat NO_SYNC element as trace discontinuity
by Leo Yan
· 6 years ago
49ccf87
perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITY
by Leo Yan
· 6 years ago
cfc1d42
perf cs-etm: Refactor enumeration cs_etm_sample_type
by Leo Yan
· 6 years ago
cee7a6a
perf cs-etm: Remove unused 'trace_on' in cs_etm_decoder
by Leo Yan
· 6 years ago
24fff5e
perf cs-etm: Avoid stale branch samples when flush packet
by Leo Yan
· 6 years ago
43fd566
perf cs-etm: Correct packets swapping in cs_etm__flush()
by Leo Yan
· 6 years ago
866053b
perf tools: Cast off_t to s64 to avoid warning on bionic libc
by Arnaldo Carvalho de Melo
· 6 years ago
0afcf29
perf header: Fix up argument to ctime()
by Arnaldo Carvalho de Melo
· 6 years ago
748fe08
perf tools: Add missing sigqueue() prototype for systems lacking it
by Arnaldo Carvalho de Melo
· 6 years ago
5717660
perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbols
by Adrian Hunter
· 6 years ago
b5c2161
perf dso: Export data_file_size() method there are no symbols
by Adrian Hunter
· 6 years ago
83356b3
perf ordered_events: Add first_time() method
by Jiri Olsa
· 6 years ago
68ca5d0
perf ordered_events: Add ordered_events__flush_time interface
by Jiri Olsa
· 6 years ago
6d99a79
perf annotate: Introduce basic support for ARC
by Eugeniy Paltsev
· 6 years ago
75c375c
perf config: Modify size factor of snprintf
by Sihyeon Jang
· 6 years ago
c8dd6ee
perf record: Fix memory leak on AIO objects deallocation
by Alexey Budankov
· 6 years ago
bd8d57f
perf parse-events: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
bef0b89
perf probe: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
2f53025
perf svghelper: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
5192bde
perf header: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
7572588
perf header: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
fca5085
perf dso: Fix unchecked usage of strncpy()
by Arnaldo Carvalho de Melo
· 6 years ago
15a5cd1
perf cs-etm: Add support for PTMv1.1 decoding
by Mathieu Poirier
· 6 years ago
7d0f4fe
perf cs-etm: Add support for ETMv3 trace decoding
by Mathieu Poirier
· 6 years ago
7868834
perf cs-etm: Add configuration for ETMv3 trace protocol
by Mathieu Poirier
· 6 years ago
8aa5c8e
perf top: Move perf_top__reset_sample_counters() to after counts display
by Jiri Olsa
· 6 years ago
97f7e0b
perf top: Save and display the drop count stats
by Jiri Olsa
· 6 years ago
94ad6e7
perf top: Use cond variable instead of a lock
by Jiri Olsa
· 6 years ago
16c66bc
perf top: Add processing thread
by Jiri Olsa
· 6 years ago
d24e3c9
perf top: Save and display the lost count stats
by Jiri Olsa
· 6 years ago
a4a6668
perf ordered_events: Add private data member
by Jiri Olsa
· 6 years ago
b8494f1
perf ordered_events: Rework show_progress for __ordered_events__flush
by Jiri Olsa
· 6 years ago
dd2e18e
perf tools: Support 'srccode' output
by Andi Kleen
· 6 years ago
3fcb10e
perf tools: Allow specifying proc-map-timeout in config file
by Mark Drayton
· 6 years ago
adba1634
perf tools: Fix diverse comment typos
by Ingo Molnar
· 6 years ago
e4a8b0a
perf bpf-loader: Fix debugging message typo
by Ingo Molnar
· 6 years ago
a7ee4d6
perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight trace
by Robert Walker
· 6 years ago
f0bba09
perf tools: traceevent API cleanup, remove __tep_data2host*()
by Tzvetomir Stoyanov
· 6 years ago
97fbf3f
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'
by Tzvetomir Stoyanov
· 6 years ago
ec6ae74
perf report: Display average IPC and IPC coverage per symbol
by Jin Yao
· 6 years ago
246fda0
perf annotate: Create a annotate2 flag in struct symbol
by Jin Yao
· 6 years ago
ace4f8f
perf annotate: Compute average IPC and IPC coverage per symbol
by Jin Yao
· 6 years ago
93f20c0
perf record: Extend trace writing to multi AIO
by Alexey Budankov
· 6 years ago
d3d1af6
perf record: Enable asynchronous trace writing
by Alexey Budankov
· 6 years ago
0b77383
perf mmap: Map data buffer for preserving collected data
by Alexey Budankov
· 6 years ago
1970289
perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
by Wen Yang
· 6 years ago
692d0e6
perf script: Use fallbacks for branch stacks
by Adrian Hunter
· 6 years ago
225f99e
perf tools: Use fallback for sample_addr_correlates_sym() cases
by Adrian Hunter
· 6 years ago
8e80ad9
perf thread: Add fallback functions for cases where cpumode is insufficient
by Adrian Hunter
· 6 years ago
ec1891a
perf machine: Record if a arch has a single user/kernel address space
by Adrian Hunter
· 6 years ago
804234f
perf env: Also consider env->arch == NULL as local operation
by Arnaldo Carvalho de Melo
· 6 years ago
b18e088
perf map: Remove extra indirection from map__find()
by Eric Saint-Etienne
· 6 years ago
bc4da38
perf stat: Fix CSV mode column output for non-cgroup events
by Stephane Eranian
· 6 years ago
57ddf09
perf stat: Fix shadow stats for clock events
by Ravi Bangoria
· 6 years ago
f4a0742
perf pmu: Move *_cpuid_str() weak functions to header.c
by Kan Liang
· 6 years ago
1e62856
perf symbols: Fix slowness due to -ffunction-section
by Eric Saint-Etienne
· 6 years ago
3b54411
perf vendor events: Add stepping in CPUID string for x86
by Kan Liang
· 6 years ago
eb08d00
perf stat: Use perf_evsel__is_clocki() for clock events
by Ravi Bangoria
· 6 years ago
11a64a0
perf pmu: Suppress potential format-truncation warning
by Ben Hutchings
· 6 years ago
7ad92a3
perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*
by Arnaldo Carvalho de Melo
· 6 years ago
b01c1f69
perf tools: Restore proper cwd on return from mnt namespace
by Jiri Olsa
· 6 years ago
8feb8ef
tools build feature: Check if get_current_dir_name() is available
by Arnaldo Carvalho de Melo
· 6 years ago
fb50c09
perf tools: Fix crash on synthesizing the unit
by Jiri Olsa
· 6 years ago
45fd808
Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
8e88c29
perf tools: Do not zero sample_id_all for group members
by Jiri Olsa
· 6 years ago
f6c23e3
perf intel-pt: Add MTC and CYC timestamps to debug log
by Adrian Hunter
· 6 years ago
93f8be2
perf intel-pt: Add more event information to debug log
by Adrian Hunter
· 6 years ago
ea1fa48
perf stat: Handle different PMU names with common prefix
by Thomas Richter
· 6 years ago
c3537fc
perf evlist: Move perf_evsel__reset_weak_group into evlist
by Andi Kleen
· 6 years ago
01897f3
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5d4f0ed
perf intel-pt/bts: Calculate cpumode for synthesized samples
by Adrian Hunter
· 6 years ago
2424830
perf intel-pt: Insert callchain context into synthesized callchains
by Adrian Hunter
· 6 years ago
4f8f382
perf tools: Don't clone maps from parent when synthesizing forks
by David Miller
· 6 years ago
e9024d5
perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
by David S. Miller
· 6 years ago
d6c9c05
perf cs-etm: Correct CPU mode for samples
by Leo Yan
· 6 years ago
1fe627d
perf unwind: Take pgoff into account when reporting elf to libdwfl
by Milian Wolff
· 6 years ago
343a9f3
Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
f0718d7
Merge branch 'linus' into perf/urgent, to pick up fixes
by Ingo Molnar
· 6 years ago
99f753f
perf script: Implement --graph-function
by Andi Kleen
· 6 years ago
4eb0681
perf script: Make itrace script default to all calls
by Andi Kleen
· 6 years ago
50b825d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
c05f364
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a9c5e6c
perf trace: Introduce per-event maximum number of events property
by Arnaldo Carvalho de Melo
· 6 years ago
b7e8452
perf evsel: Mark a evsel as disabled when asking the kernel do disable it
by Arnaldo Carvalho de Melo
· 6 years ago
a19c59c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
Next »