Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ffd3d18c20b8df281a18940ee80a99b28114d4b7
/
tools
/
perf
/
util
/
evsel.c
1688c2f
perf evsel: Check if callchain is enabled before setting it up
by Arnaldo Carvalho de Melo
· 7 years ago
2178790
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
by Mathieu Poirier
· 7 years ago
28a0b39
perf script: Add support to display sample misc field
by Jiri Olsa
· 7 years ago
db9fc76
perf tools: Display perf_event_attr::namespaces debug info
by Jiri Olsa
· 7 years ago
ca80006
perf evsel: Enable ignore_missing_thread for pid option
by Mengting Zhang
· 7 years ago
f9d8adb
perf evsel: Fix swap for samples with raw data
by Jiri Olsa
· 7 years ago
3285deb
perf annotate: Use perf_env when obtaining the arch name
by Arnaldo Carvalho de Melo
· 7 years ago
5449f13
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
by Arnaldo Carvalho de Melo
· 7 years ago
0146812
perf evlist: Add perf_evlist__parse_sample_timestamp function
by Jiri Olsa
· 7 years ago
3ad31d8
perf evsel: Centralize perf_sample initialization
by Jiri Olsa
· 7 years ago
114bc19
perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-interrupts
by Kim Phillips
· 7 years ago
82806c3
perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv
by Arnaldo Carvalho de Melo
· 7 years ago
d056513
perf evsel: Enable type checking for perf_evsel_config_term types
by Andi Kleen
· 7 years ago
c2f1cea
perf record: Fix -c/-F options for cpu event aliases
by Andi Kleen
· 7 years ago
c976a7d
Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes
by Arnaldo Carvalho de Melo
· 7 years ago
f1e52f1
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
by Arnaldo Carvalho de Melo
· 7 years ago
84c4174
perf record: Support direct --user-regs arguments
by Andi Kleen
· 7 years ago
3b0a5da
perf tools: Support new sample type for physical address
by Kan Liang
· 7 years ago
a17f0697
perf record: Set read_format for inherit_stat
by Jiri Olsa
· 7 years ago
ac0bb6b
perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
by Konstantin Khlebnikov
· 7 years ago
475fb53
perf evsel: Fix buffer overflow while freeing events
by Andi Kleen
· 7 years ago
82bf311
perf stat: Use group read for event groups
by Jiri Olsa
· 7 years ago
f7794d5
perf evsel: Add read_counter()
by Jiri Olsa
· 7 years ago
de63403
perf tools: Add perf_evsel__read_size function
by Jiri Olsa
· 7 years ago
2b04e0f
perf evsel: Add verbose output for sys_perf_event_open fallback
by Jiri Olsa
· 7 years ago
10213e2
perf tests attr: Add test_attr__ready function
by Jiri Olsa
· 8 years ago
30269dc
perf evsel: Allow asking for max precise_ip in new_cycles()
by Arnaldo Carvalho de Melo
· 8 years ago
69fb09f
perf annotate: Check for fused instructions
by Jin Yao
· 8 years ago
ede5626
perf evsel: State in the default event name if attr.exclude_kernel is set
by Arnaldo Carvalho de Melo
· 8 years ago
d37a369
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
by Arnaldo Carvalho de Melo
· 8 years ago
524b62f
Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
97365e8
perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip
by Arnaldo Carvalho de Melo
· 8 years ago
2157f6e
perf evsel: Adopt find_process()
by Arnaldo Carvalho de Melo
· 8 years ago
0353631
perf tools: Use __maybe_unused consistently
by Arnaldo Carvalho de Melo
· 8 years ago
7a1ac11
perf evsel: Fix probing of precise_ip level for default cycles event
by Arnaldo Carvalho de Melo
· 8 years ago
5ab8c68
perf tools: Move event prototypes from util.h to event.h
by Arnaldo Carvalho de Melo
· 8 years ago
86a5e0c
perf tools: Remove sys/ioctl.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
db49a71
perf stat: Fix bug in handling events in error state
by Stephane Eranian
· 8 years ago
32ccb13
perf evsel: Return exact sub event which failed with EPERM for wildcards
by Jin Yao
· 8 years ago
9628481
perf pmu: Add support for MetricName JSON attribute
by Andi Kleen
· 8 years ago
37932c1
perf stat: Output JSON MetricExpr metric
by Andi Kleen
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
c24ae6d
perf evsel: Do not put a variable sized type not at the end of a struct
by Arnaldo Carvalho de Melo
· 8 years ago
d6195a6
perf evsel: Inform how to make a sysctl setting permanent
by Arnaldo Carvalho de Melo
· 8 years ago
a359c17
perf evsel: Allow to ignore missing pid
by Jiri Olsa
· 8 years ago
83c2e4f3
perf evsel: Use variable instead of repeating lengthy FD macro
by Jiri Olsa
· 8 years ago
7b4b82bc
perf tools: Show event fd in debug output
by Jiri Olsa
· 8 years ago
ac12f67
perf tools: Implement branch_type event parameter
by Andi Kleen
· 8 years ago
18ef15c
perf tools: Experiment with cppcheck
by Arnaldo Carvalho de Melo
· 8 years ago
1e85748
perf evsel: Add support for address filters
by Mathieu Poirier
· 8 years ago
3541c03
perf evsel: New tracepoint specific function
by Mathieu Poirier
· 8 years ago
b15d0a4
perf tools: Make perf_evsel__append_filter() generic
by Mathieu Poirier
· 8 years ago
82deb8a
perf evsel: Remove superfluous initialization of weight
by Jiri Olsa
· 8 years ago
c53412e
perf evsel: Do not access outside hw cache name arrays
by Arnaldo Carvalho de Melo
· 8 years ago
b6f35ed
perf record: Add --sample-cpu option
by Jiri Olsa
· 8 years ago
7c48dcf
perf evsel: Introduce constructor for cycles event
by Arnaldo Carvalho de Melo
· 8 years ago
626a6b7
perf tools: Enable overwrite settings
by Wang Nan
· 9 years ago
32a951b
perf evlist: Drop redundant evsel->overwrite indicator
by Arnaldo Carvalho de Melo
· 9 years ago
5496bc0
perf evsel: Uninline the is_function_event method
by Arnaldo Carvalho de Melo
· 9 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 9 years ago
f4e47f9
perf evsel: Utility function to fetch arch
by Ravi Bangoria
· 9 years ago
7da36e9
perf evsel: Fix write_backwards fallback
by Arnaldo Carvalho de Melo
· 9 years ago
aa3a655
Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago
616d1c1
Merge branch 'linus' into perf/core, to refresh the branch
by Ingo Molnar
· 9 years ago
9052517
perf evsel: Provide way to extract integer value from format_field
by Arnaldo Carvalho de Melo
· 9 years ago
dc89e75
tools/perf: Handle -EOPNOTSUPP for sampling events
by Vineet Gupta
· 9 years ago
792d48b
perf tools: Per event max-stack settings
by Arnaldo Carvalho de Melo
· 9 years ago
bdc6b75
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b90dc17
perf evsel: Add overwrite attribute and check write_backward
by Wang Nan
· 9 years ago
16bf834
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
36db171
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
0809482
perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()
by Arnaldo Carvalho de Melo
· 9 years ago
7d17391
perf evsel: Improve EPERM error handling in open_strerror()
by Arnaldo Carvalho de Melo
· 9 years ago
0a241ef
perf evsel: Print state of perf_event_attr.write_backward
by Arnaldo Carvalho de Melo
· 9 years ago
81d64f4
perf evsel: Remove two extraneous ending newlines in open_strerror()
by Arnaldo Carvalho de Melo
· 9 years ago
de46d52
perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAIN
by Arnaldo Carvalho de Melo
· 9 years ago
a213b92
perf evlist: Decode perf_event_attr->branch_sample_type
by Arnaldo Carvalho de Melo
· 9 years ago
bd1a0be5
tools/perf: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
25da4fa
perf evsel: Move fprintf methods to separate source file
by Arnaldo Carvalho de Melo
· 9 years ago
d327e60
perf tools: Remove addr_location argument to sample__fprintf_callchain
by Arnaldo Carvalho de Melo
· 9 years ago
6f73673
perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain}
by Arnaldo Carvalho de Melo
· 9 years ago
de446b4
perf evsel: Remove symbol_conf usage
by Arnaldo Carvalho de Melo
· 9 years ago
91d7b2d
perf callchain: Start moving away from global per thread cursors
by Arnaldo Carvalho de Melo
· 9 years ago
e20ab86
perf evsel: Move some methods from session.[ch] to evsel.[ch]
by Arnaldo Carvalho de Melo
· 9 years ago
01e0d50
perf evsel: Rename config_callgraph() to config_callchain() and make it public
by Arnaldo Carvalho de Melo
· 9 years ago
e68ae9c
perf evsel: Do not use globals in config()
by Arnaldo Carvalho de Melo
· 9 years ago
d37ba88
perf bpf: Add sample types for 'bpf-output' event
by Wang Nan
· 9 years ago
473398a
perf tools: Add cpumode to struct perf_sample
by Arnaldo Carvalho de Melo
· 9 years ago
03e0a7d
perf tools: Introduce bpf-output event
by Wang Nan
· 9 years ago
8572388
perf record: Add --all-user/--all-kernel options
by Jiri Olsa
· 9 years ago
3379e0c
perf tools: Document the perf sysctls
by Ben Hutchings
· 9 years ago
775d8a1
perf evlist: Add --trace-fields option to show trace fields
by Namhyung Kim
· 9 years ago
bd0f889
perf evsel: Disable branch flags/cycles for --callgraph lbr
by Andi Kleen
· 9 years ago
e98a4cb
perf evsel: Introduce disable() method
by Jiri Olsa
· 9 years ago
5cd95fc
perf evsel: Use event maps directly in perf_evsel__enable
by Jiri Olsa
· 9 years ago
dcdd184
perf evlist: Display WEIGHT sample type bit
by Jiri Olsa
· 9 years ago
1f45b1d
perf bpf: Attach eBPF filter to perf event
by Wang Nan
· 9 years ago
Next »