index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
intel-pt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf intel-pt: Fix divide by zero when TSC is not available
Adrian Hunter
2019-03-23
1
-0
/
+2
*
perf intel-pt: Insert callchain context into synthesized callchains
Adrian Hunter
2018-11-21
1
-2
/
+4
*
perf intel-pt/bts: Calculate cpumode for synthesized samples
Adrian Hunter
2018-11-21
1
-9
/
+13
*
perf intel-pt: Fix "Unexpected indirect branch" error
Adrian Hunter
2018-06-06
1
-0
/
+4
*
perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
Adrian Hunter
2018-06-06
1
-0
/
+1
*
perf symbols: Shorten dso__(first|last)_symbol()
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
2018-04-26
1
-4
/
+2
*
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+2
*
perf intel-pt: Adjust overlap-checking to support sampling mode
Adrian Hunter
2018-03-08
1
-3
/
+4
*
perf intel-pt: Remove a check for sampling mode
Adrian Hunter
2018-03-08
1
-3
/
+0
*
perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
Adrian Hunter
2018-03-08
1
-13
/
+11
*
perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
Adrian Hunter
2018-03-08
1
-36
/
+3
*
perf intel-pt: Fix sync_switch
Adrian Hunter
2018-03-08
1
-7
/
+25
*
perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
Adrian Hunter
2018-03-08
1
-1
/
+4
*
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...
Adrian Hunter
2018-01-18
1
-1
/
+1
*
perf intel-pt/bts: Do not swap when synthesizing samples
Adrian Hunter
2018-01-18
1
-8
/
+3
*
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-3
/
+3
*
perf intel-pt: Synthesize new power and "ptwrite" events
Adrian Hunter
2017-06-30
1
-0
/
+283
*
perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting
Adrian Hunter
2017-06-30
1
-23
/
+22
*
perf intel-pt: Factor out intel_pt_set_event_name()
Adrian Hunter
2017-06-30
1
-8
/
+16
*
perf intel-pt: Tidy messages into called function intel_pt_synth_event()
Adrian Hunter
2017-06-30
1
-24
/
+18
*
perf intel-pt: Tidy Intel PT evsel lookup into separate function
Adrian Hunter
2017-06-30
1
-10
/
+15
*
perf intel-pt: Join needlessly wrapped lines
Adrian Hunter
2017-06-30
1
-4
/
+2
*
perf intel-pt: Remove unused instructions_sample_period
Adrian Hunter
2017-06-30
1
-2
/
+0
*
perf intel-pt: Factor out common code synthesizing event samples
Adrian Hunter
2017-06-30
1
-122
/
+100
*
perf intel-pt: Fix transactions_sample_type
Adrian Hunter
2017-06-21
1
-0
/
+1
*
perf intel-pt: Remove redundant initial_skip checks
Adrian Hunter
2017-06-21
1
-6
/
+2
*
perf intel-pt: Allow decoding with branch tracing disabled
Adrian Hunter
2017-06-21
1
-0
/
+14
*
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
2017-04-25
1
-0
/
+1
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
2017-01-27
1
-1
/
+3
*
perf intel-pt/bts: Report instruction bytes and length in sample
Andi Kleen
2016-10-24
1
-0
/
+11
*
perf intel-pt/bts: Tidy instruction buffer size usage
Adrian Hunter
2016-10-24
1
-5
/
+3
*
perf intel-pt: Fix decoding when there are address filters
Adrian Hunter
2016-09-29
1
-0
/
+82
*
perf intel-pt: Read address filter from AUXTRACE_INFO event
Adrian Hunter
2016-09-29
1
-0
/
+51
*
perf intel-pt: Add a helper function for processing AUXTRACE_INFO
Adrian Hunter
2016-09-29
1
-4
/
+8
*
perf intel-pt: Fix missing error codes processing auxtrace_info
Adrian Hunter
2016-09-29
1
-0
/
+2
*
perf intel-pt: Add support for recording the max non-turbo ratio
Adrian Hunter
2016-09-29
1
-1
/
+13
*
perf intel-pt: Fix snapshot overlap detection decoder errors
Adrian Hunter
2016-09-29
1
-4
/
+11
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-2
/
+2
*
perf machine: Remove machine->symbol_filter and friends
Arnaldo Carvalho de Melo
2016-09-05
1
-2
/
+2
*
perf auxtrace: Add option to feed branches to the thread stack
Adrian Hunter
2016-06-23
1
-1
/
+4
*
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-10
/
+10
*
perf config: Move config declarations from util/cache.h to util/config.h
Taeung Song
2016-06-23
1
-0
/
+1
*
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2016-04-23
1
-1
/
+1
|
\
|
*
perf intel-pt: Fix segfault tracing transactions
Adrian Hunter
2016-04-18
1
-1
/
+1
*
|
perf tools: Add support for skipping itrace instructions
Andi Kleen
2016-03-30
1
-2
/
+20
|
/
*
perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...
Arnaldo Carvalho de Melo
2016-03-29
1
-0
/
+3
*
perf tools: Fix thread lifetime related segfaut in intel_pt
Adrian Hunter
2016-02-02
1
-0
/
+9
*
perf thread: Fix reference count initial state
Arnaldo Carvalho de Melo
2015-12-14
1
-2
/
+2
[next]