index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
intel-pt.c
Age
Commit message (
Expand
)
Author
2017-06-30
perf intel-pt: Synthesize new power and "ptwrite" events
Adrian Hunter
2017-06-30
perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting
Adrian Hunter
2017-06-30
perf intel-pt: Factor out intel_pt_set_event_name()
Adrian Hunter
2017-06-30
perf intel-pt: Tidy messages into called function intel_pt_synth_event()
Adrian Hunter
2017-06-30
perf intel-pt: Tidy Intel PT evsel lookup into separate function
Adrian Hunter
2017-06-30
perf intel-pt: Join needlessly wrapped lines
Adrian Hunter
2017-06-30
perf intel-pt: Remove unused instructions_sample_period
Adrian Hunter
2017-06-30
perf intel-pt: Factor out common code synthesizing event samples
Adrian Hunter
2017-06-21
perf intel-pt: Fix transactions_sample_type
Adrian Hunter
2017-06-21
perf intel-pt: Remove redundant initial_skip checks
Adrian Hunter
2017-06-21
perf intel-pt: Allow decoding with branch tracing disabled
Adrian Hunter
2017-04-25
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-01-27
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
2016-10-24
perf intel-pt/bts: Report instruction bytes and length in sample
Andi Kleen
2016-10-24
perf intel-pt/bts: Tidy instruction buffer size usage
Adrian Hunter
2016-09-29
perf intel-pt: Fix decoding when there are address filters
Adrian Hunter
2016-09-29
perf intel-pt: Read address filter from AUXTRACE_INFO event
Adrian Hunter
2016-09-29
perf intel-pt: Add a helper function for processing AUXTRACE_INFO
Adrian Hunter
2016-09-29
perf intel-pt: Fix missing error codes processing auxtrace_info
Adrian Hunter
2016-09-29
perf intel-pt: Add support for recording the max non-turbo ratio
Adrian Hunter
2016-09-29
perf intel-pt: Fix snapshot overlap detection decoder errors
Adrian Hunter
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
perf machine: Remove machine->symbol_filter and friends
Arnaldo Carvalho de Melo
2016-06-23
perf auxtrace: Add option to feed branches to the thread stack
Adrian Hunter
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
perf config: Move config declarations from util/cache.h to util/config.h
Taeung Song
2016-04-23
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2016-04-18
perf intel-pt: Fix segfault tracing transactions
Adrian Hunter
2016-03-30
perf tools: Add support for skipping itrace instructions
Andi Kleen
2016-03-29
perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...
Arnaldo Carvalho de Melo
2016-02-02
perf tools: Fix thread lifetime related segfaut in intel_pt
Adrian Hunter
2015-12-14
perf thread: Fix reference count initial state
Arnaldo Carvalho de Melo
2015-09-30
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
2015-09-28
perf intel-pt: Add mispred-all config option to aid use with autofdo
Adrian Hunter
2015-09-28
perf intel-pt: Support generating branch stack
Adrian Hunter
2015-09-28
perf intel-pt: Move branch filter logic
Adrian Hunter
2015-09-28
perf auxtrace: Fix 'instructions' period of zero
Adrian Hunter
2015-09-08
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2015-09-04
perf intel-pt: Add support for PERF_RECORD_SWITCH
Adrian Hunter
2015-09-02
perf tools: Fix use of wrong event when processing exit events
Adrian Hunter
2015-08-24
perf tools: Pass Intel PT information for decoding MTC and CYC
Adrian Hunter
2015-08-24
perf tools: Fix Intel PT 'instructions' sample period
Adrian Hunter
2015-08-21
perf tools: Fix Intel PT timestamp handling
Adrian Hunter
2015-08-17
perf tools: Add Intel PT support
Adrian Hunter